Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- HtmlAnchor.cs
- Image.cs
- EmptyReadOnlyDictionaryInternal.cs
- WebEvents.cs
- DesignerSelectionListAdapter.cs
- HtmlEncodedRawTextWriter.cs
- PlainXmlDeserializer.cs
- ArgumentOutOfRangeException.cs
- IImplicitResourceProvider.cs
- SystemDiagnosticsSection.cs
- SelectorItemAutomationPeer.cs
- DocumentReferenceCollection.cs
- BrowserTree.cs
- CodePrimitiveExpression.cs
- OleDbCommand.cs
- TreeIterators.cs
- BaseCodePageEncoding.cs
- FastPropertyAccessor.cs
- Zone.cs
- LogRecordSequence.cs
- UniformGrid.cs
- RawKeyboardInputReport.cs
- StorageEntitySetMapping.cs
- ObjectViewFactory.cs
- SignHashRequest.cs
- ReservationCollection.cs
- CommonDialog.cs
- PersistenceException.cs
- ValidatorCompatibilityHelper.cs
- DriveNotFoundException.cs
- LinqDataSourceContextEventArgs.cs
- activationcontext.cs
- WeakReferenceKey.cs
- Facet.cs
- StaticContext.cs
- EntityContainerEmitter.cs
- RpcCryptoContext.cs
- OleAutBinder.cs
- StdValidatorsAndConverters.cs
- TemplateLookupAction.cs
- AssertHelper.cs
- BooleanKeyFrameCollection.cs
- TdsValueSetter.cs
- FlagsAttribute.cs
- CacheChildrenQuery.cs
- ProjectionNode.cs
- ConditionalBranch.cs
- XmlDocumentSerializer.cs
- EpmContentDeSerializerBase.cs
- FileLogRecordHeader.cs
- WinFormsUtils.cs
- DeviceContext2.cs
- SqlDataSourceWizardForm.cs
- FileNotFoundException.cs
- ProtectedProviderSettings.cs
- RTLAwareMessageBox.cs
- TemplateComponentConnector.cs
- DrawingBrush.cs
- QilLiteral.cs
- Task.cs
- SoapFormatterSinks.cs
- ContentOperations.cs
- ComponentEvent.cs
- SynchronizedInputHelper.cs
- CrossAppDomainChannel.cs
- BrowserCapabilitiesFactoryBase.cs
- SoapExtensionTypeElement.cs
- TextTreeTextBlock.cs
- BackgroundWorker.cs
- CompilerCollection.cs
- TreeNode.cs
- MissingSatelliteAssemblyException.cs
- WhitespaceSignificantCollectionAttribute.cs
- RectAnimationClockResource.cs
- TableSectionStyle.cs
- BasicHttpBindingElement.cs
- EncodingInfo.cs
- LocationSectionRecord.cs
- HttpGetProtocolImporter.cs
- PointCollectionValueSerializer.cs
- ProcessProtocolHandler.cs
- WebResourceAttribute.cs
- MultilineStringConverter.cs
- MessageQueueException.cs
- DataGridViewColumnCollectionEditor.cs
- GridViewColumnHeader.cs
- SqlCacheDependencyDatabaseCollection.cs
- Helpers.cs
- TextServicesLoader.cs
- CharEnumerator.cs
- XPathNavigator.cs
- UIElement3DAutomationPeer.cs
- ProtocolsConfigurationEntry.cs
- MimeTypeMapper.cs
- BackgroundWorker.cs
- SerTrace.cs
- RectangleF.cs
- PathHelper.cs
- TableCell.cs
- FormViewInsertedEventArgs.cs