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
- WriteFileContext.cs
- MessagePropertyVariants.cs
- ObjectItemLoadingSessionData.cs
- SwitchAttribute.cs
- FixUpCollection.cs
- TraceData.cs
- EventSetter.cs
- MissingManifestResourceException.cs
- AbstractDataSvcMapFileLoader.cs
- Dictionary.cs
- reliableinputsessionchannel.cs
- DiagnosticEventProvider.cs
- DataGridColumnHeadersPresenter.cs
- DesignerCalendarAdapter.cs
- DataGridViewRowPrePaintEventArgs.cs
- WindowsContainer.cs
- FormsAuthenticationEventArgs.cs
- ListChangedEventArgs.cs
- SecurityKeyIdentifier.cs
- FileUtil.cs
- XmlBaseWriter.cs
- XsltArgumentList.cs
- DeflateStreamAsyncResult.cs
- SubMenuStyleCollection.cs
- CodeExporter.cs
- GPStream.cs
- SqlServer2KCompatibilityCheck.cs
- SchemaElement.cs
- MatrixTransform3D.cs
- EnumerableRowCollection.cs
- OneOfConst.cs
- Int32CollectionValueSerializer.cs
- PropertyFilterAttribute.cs
- RegistryDataKey.cs
- LastQueryOperator.cs
- SplitterPanel.cs
- ZipQueryOperator.cs
- PropertyDescriptorCollection.cs
- AddIn.cs
- EmbeddedObject.cs
- InProcStateClientManager.cs
- NativeMethods.cs
- ComponentCommands.cs
- TabRenderer.cs
- CommandSet.cs
- SQLSingle.cs
- CompoundFileIOPermission.cs
- AutomationIdentifier.cs
- Marshal.cs
- PolicyUnit.cs
- mactripleDES.cs
- XmlDocumentSchema.cs
- TreeNodeCollection.cs
- HttpServerProtocol.cs
- FormatConvertedBitmap.cs
- StorageSetMapping.cs
- ObjectDataSourceView.cs
- ColorContext.cs
- Zone.cs
- MailWebEventProvider.cs
- SoapSchemaImporter.cs
- ADMembershipProvider.cs
- QuaternionRotation3D.cs
- TreeBuilder.cs
- MultiSelector.cs
- WebZone.cs
- AsyncOperationManager.cs
- PageStatePersister.cs
- Int16.cs
- SpeakCompletedEventArgs.cs
- OletxResourceManager.cs
- DefinitionUpdate.cs
- Calendar.cs
- HideDisabledControlAdapter.cs
- GridViewUpdatedEventArgs.cs
- TypedLocationWrapper.cs
- SatelliteContractVersionAttribute.cs
- HtmlInputPassword.cs
- CompareValidator.cs
- ActivityCodeGenerator.cs
- CombinedGeometry.cs
- BrushValueSerializer.cs
- ServiceHostingEnvironment.cs
- Int32AnimationBase.cs
- DiscoveryDocumentReference.cs
- DbModificationClause.cs
- ManipulationInertiaStartingEventArgs.cs
- PublishLicense.cs
- RbTree.cs
- MouseActionConverter.cs
- XmlSchemaComplexContent.cs
- PrintDialogDesigner.cs
- ToolStripMenuItem.cs
- CodeObject.cs
- PageAsyncTask.cs
- VBIdentifierTrimConverter.cs
- ScriptIgnoreAttribute.cs
- filewebrequest.cs
- AsymmetricKeyExchangeFormatter.cs
- RectangleConverter.cs