Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / System / CodeDOM / CodeTypeOfExpression.cs / 1 / CodeTypeOfExpression.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ////// [ 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. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ////// [ 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
- SqlRowUpdatedEvent.cs
- OptimisticConcurrencyException.cs
- MappingSource.cs
- BindingList.cs
- PreservationFileReader.cs
- ReadOnlyHierarchicalDataSource.cs
- ProfileSettingsCollection.cs
- hresults.cs
- IIS7UserPrincipal.cs
- DrawingGroup.cs
- DBDataPermissionAttribute.cs
- CalloutQueueItem.cs
- XPathQilFactory.cs
- WmpBitmapEncoder.cs
- DataSourceXmlSerializer.cs
- MenuItem.cs
- StandardCommands.cs
- CodeArrayIndexerExpression.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- CancelEventArgs.cs
- HttpContext.cs
- GeneratedView.cs
- StackOverflowException.cs
- ServiceModelStringsVersion1.cs
- BmpBitmapDecoder.cs
- StagingAreaInputItem.cs
- CompensateDesigner.cs
- IsolatedStorageFile.cs
- DataSet.cs
- ParameterCollection.cs
- ListViewItem.cs
- HttpRequest.cs
- DecimalConverter.cs
- PropertyDescriptorCollection.cs
- ObjRef.cs
- DataServiceQueryProvider.cs
- InfocardExtendedInformationCollection.cs
- DecoderExceptionFallback.cs
- DiscoveryOperationContext.cs
- RegexTree.cs
- SimpleHandlerBuildProvider.cs
- Attachment.cs
- CookieProtection.cs
- dsa.cs
- BitmapSourceSafeMILHandle.cs
- AccessedThroughPropertyAttribute.cs
- XsltCompileContext.cs
- RTLAwareMessageBox.cs
- Image.cs
- PartialArray.cs
- ObjectParameter.cs
- StringConcat.cs
- WizardPanelChangingEventArgs.cs
- Model3DGroup.cs
- AbstractSvcMapFileLoader.cs
- SmiEventSink.cs
- _LoggingObject.cs
- AnnotationResourceChangedEventArgs.cs
- StringHandle.cs
- ImageBrush.cs
- DataShape.cs
- Cursor.cs
- RTLAwareMessageBox.cs
- StrongNameHelpers.cs
- TreeWalkHelper.cs
- ConfigurationPermission.cs
- HtmlWindowCollection.cs
- NavigationWindowAutomationPeer.cs
- SqlSupersetValidator.cs
- InputLanguageSource.cs
- RouteCollection.cs
- RPIdentityRequirement.cs
- XPathNavigatorKeyComparer.cs
- SeekStoryboard.cs
- NegotiateStream.cs
- DebugView.cs
- unsafeIndexingFilterStream.cs
- RefType.cs
- XamlPoint3DCollectionSerializer.cs
- MdImport.cs
- MapPathBasedVirtualPathProvider.cs
- SevenBitStream.cs
- TrackingRecord.cs
- HMACSHA384.cs
- PageParserFilter.cs
- AccessDataSource.cs
- LocalizationComments.cs
- MouseActionValueSerializer.cs
- PrivilegeNotHeldException.cs
- XmlSchemaAttributeGroup.cs
- CharConverter.cs
- XmlSignatureManifest.cs
- _NetRes.cs
- CompilationUtil.cs
- StandardOleMarshalObject.cs
- TypeSystem.cs
- RenderDataDrawingContext.cs
- ChtmlPhoneCallAdapter.cs
- LocationFactory.cs
- WindowsMenu.cs