Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeTypeOfExpression.cs / 1305376 / CodeTypeOfExpression.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeTypeOfExpression : CodeExpression { private CodeTypeReference type; ////// Represents a TypeOf expression. /// ////// public CodeTypeOfExpression() { } ////// Initializes a new instance of ///. /// /// public CodeTypeOfExpression(CodeTypeReference type) { Type = type; } ////// Initializes a new instance of ///. /// /// public CodeTypeOfExpression(string type) { Type = new CodeTypeReference(type); } ///[To be supplied.] ////// public CodeTypeOfExpression(Type type) { Type = new CodeTypeReference(type); } ///[To be supplied.] ////// public CodeTypeReference Type { get { if (type == null) { type = new CodeTypeReference(""); } return type; } set { type = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets or sets the data type. /// ///// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeTypeOfExpression : CodeExpression { private CodeTypeReference type; ////// Represents a TypeOf expression. /// ////// public CodeTypeOfExpression() { } ////// Initializes a new instance of ///. /// /// public CodeTypeOfExpression(CodeTypeReference type) { Type = type; } ////// Initializes a new instance of ///. /// /// public CodeTypeOfExpression(string type) { Type = new CodeTypeReference(type); } ///[To be supplied.] ////// public CodeTypeOfExpression(Type type) { Type = new CodeTypeReference(type); } ///[To be supplied.] ////// public CodeTypeReference Type { get { if (type == null) { type = new CodeTypeReference(""); } return type; } set { type = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or sets the data type. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SoundPlayer.cs
- WindowsRichEdit.cs
- SiteMap.cs
- ProviderConnectionPointCollection.cs
- DataGridCheckBoxColumn.cs
- CodeLabeledStatement.cs
- ComboBoxAutomationPeer.cs
- PlaceHolder.cs
- RectAnimationClockResource.cs
- BuildManagerHost.cs
- CreatingCookieEventArgs.cs
- ConditionedDesigner.cs
- DesignerSerializerAttribute.cs
- ButtonRenderer.cs
- ApplicationServiceHelper.cs
- BulletChrome.cs
- SchemeSettingElementCollection.cs
- ChangePasswordDesigner.cs
- ChangeInterceptorAttribute.cs
- CommandBindingCollection.cs
- ConfigurationManagerHelper.cs
- DateTimeConstantAttribute.cs
- NullableBoolConverter.cs
- ExtendedProperty.cs
- KeyPressEvent.cs
- SafeNativeMemoryHandle.cs
- SecUtil.cs
- __Filters.cs
- MetabaseSettingsIis7.cs
- HttpStreamXmlDictionaryWriter.cs
- BaseDataBoundControl.cs
- StringSource.cs
- MergePropertyDescriptor.cs
- SessionViewState.cs
- VerificationException.cs
- PermissionSetEnumerator.cs
- AssociationSet.cs
- Underline.cs
- X509ThumbprintKeyIdentifierClause.cs
- ExtensionQuery.cs
- ConfigXmlCDataSection.cs
- WindowsScroll.cs
- RadialGradientBrush.cs
- DataGridPagerStyle.cs
- HtmlInputHidden.cs
- rsa.cs
- WhereQueryOperator.cs
- Timer.cs
- SettingsSavedEventArgs.cs
- CqlLexerHelpers.cs
- PermissionToken.cs
- SqlBuffer.cs
- SystemWebCachingSectionGroup.cs
- BindingManagerDataErrorEventArgs.cs
- ImageCodecInfo.cs
- XPathNodeInfoAtom.cs
- XamlTemplateSerializer.cs
- PersonalizationProviderHelper.cs
- BitmapEffectDrawingContextState.cs
- SocketInformation.cs
- WinEventTracker.cs
- Filter.cs
- SmtpNegotiateAuthenticationModule.cs
- DataGridViewIntLinkedList.cs
- Control.cs
- HtmlTableRowCollection.cs
- DocumentPropertiesDialog.cs
- SocketAddress.cs
- SQLInt32.cs
- AssemblyBuilder.cs
- GestureRecognitionResult.cs
- DirtyTextRange.cs
- AttributeCollection.cs
- CapacityStreamGeometryContext.cs
- QueryStatement.cs
- DesignTableCollection.cs
- SchemaImporterExtension.cs
- Simplifier.cs
- ConfigXmlComment.cs
- ProfileGroupSettings.cs
- CompleteWizardStep.cs
- TemplateInstanceAttribute.cs
- IntellisenseTextBox.cs
- HwndPanningFeedback.cs
- StylusTouchDevice.cs
- InternalControlCollection.cs
- Encoding.cs
- safesecurityhelperavalon.cs
- NativeCompoundFileAPIs.cs
- DiscoveryInnerClientAdhoc11.cs
- ScriptModule.cs
- InternalCache.cs
- TransformedBitmap.cs
- wgx_render.cs
- IconConverter.cs
- Helper.cs
- _HeaderInfoTable.cs
- AssemblyAttributesGoHere.cs
- List.cs
- EventLogPermissionAttribute.cs