Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ResourceDescriptionAttribute.cs
- ViewStateException.cs
- HwndAppCommandInputProvider.cs
- GlobalizationAssembly.cs
- XmlNamespaceManager.cs
- FixedDSBuilder.cs
- ExternalException.cs
- ScrollPattern.cs
- DesignerSerializationOptionsAttribute.cs
- HostedTransportConfigurationBase.cs
- Clock.cs
- UIntPtr.cs
- FormatControl.cs
- BindingExpressionBase.cs
- SurrogateDataContract.cs
- StreamWriter.cs
- Point3DCollectionConverter.cs
- SpellerError.cs
- HelpProvider.cs
- ErrorHandler.cs
- HandlerMappingMemo.cs
- DiscoveryUtility.cs
- OneToOneMappingSerializer.cs
- Bidi.cs
- SqlSelectStatement.cs
- WebServicesSection.cs
- Freezable.cs
- FunctionDetailsReader.cs
- ToolStripStatusLabel.cs
- WebPartConnectionsCloseVerb.cs
- ObjectHelper.cs
- TextRangeEdit.cs
- SimpleWorkerRequest.cs
- EnterpriseServicesHelper.cs
- ProcessHostFactoryHelper.cs
- RelOps.cs
- RowBinding.cs
- ExceptionHandler.cs
- NavigationPropertySingletonExpression.cs
- GlobalEventManager.cs
- DataSpaceManager.cs
- KeysConverter.cs
- SymbolType.cs
- RMEnrollmentPage2.cs
- RemoteWebConfigurationHostServer.cs
- DataViewManagerListItemTypeDescriptor.cs
- PathStreamGeometryContext.cs
- CodeNamespaceImportCollection.cs
- QuaternionAnimation.cs
- HtmlInputButton.cs
- BulletedListEventArgs.cs
- Bitmap.cs
- XmlC14NWriter.cs
- DependencyObjectProvider.cs
- WinFormsUtils.cs
- TextChangedEventArgs.cs
- TrackingProfileDeserializationException.cs
- SamlAuthenticationClaimResource.cs
- OleDbPropertySetGuid.cs
- SurrogateSelector.cs
- CapabilitiesState.cs
- X509ChainPolicy.cs
- EmptyStringExpandableObjectConverter.cs
- ObjectListDataBindEventArgs.cs
- MatrixConverter.cs
- WebBrowsableAttribute.cs
- VerbConverter.cs
- DSACryptoServiceProvider.cs
- EventNotify.cs
- Effect.cs
- LocalizableAttribute.cs
- SqlBooleanMismatchVisitor.cs
- FixedSOMContainer.cs
- SerializerWriterEventHandlers.cs
- CellConstantDomain.cs
- ChineseLunisolarCalendar.cs
- StatusStrip.cs
- CollectionDataContractAttribute.cs
- StylusCaptureWithinProperty.cs
- Literal.cs
- ServiceOperation.cs
- CellCreator.cs
- QilLoop.cs
- XPathNodeList.cs
- CustomTokenProvider.cs
- CheckPair.cs
- RouteData.cs
- DbFunctionCommandTree.cs
- RegexRunner.cs
- ListView.cs
- RowType.cs
- SmiMetaData.cs
- UInt32.cs
- DocumentReference.cs
- DataContractSerializerOperationFormatter.cs
- MessageAction.cs
- DbConnectionStringCommon.cs
- BrowsableAttribute.cs
- unitconverter.cs
- CharStorage.cs