Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / CodeDOM / CodeTypeReferenceExpression.cs / 1 / CodeTypeReferenceExpression.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 CodeTypeReferenceExpression : CodeExpression { private CodeTypeReference type; ////// Represents a reference to a type. /// ////// public CodeTypeReferenceExpression() { } ////// Initializes a new instance of ///. /// /// public CodeTypeReferenceExpression(CodeTypeReference type) { Type = type; } ////// Initializes a new instance of ///using the specified type. /// /// public CodeTypeReferenceExpression(string type) { Type = new CodeTypeReference(type); } ///[To be supplied.] ////// public CodeTypeReferenceExpression(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 type to reference. /// ///// 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 CodeTypeReferenceExpression : CodeExpression { private CodeTypeReference type; ////// Represents a reference to a type. /// ////// public CodeTypeReferenceExpression() { } ////// Initializes a new instance of ///. /// /// public CodeTypeReferenceExpression(CodeTypeReference type) { Type = type; } ////// Initializes a new instance of ///using the specified type. /// /// public CodeTypeReferenceExpression(string type) { Type = new CodeTypeReference(type); } ///[To be supplied.] ////// public CodeTypeReferenceExpression(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 type to reference. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XPathNavigatorReader.cs
- RegexCompiler.cs
- SettingsPropertyValue.cs
- JsonDataContract.cs
- ObjectDataSource.cs
- FilteredReadOnlyMetadataCollection.cs
- BinaryOperationBinder.cs
- ProviderCollection.cs
- NullableLongAverageAggregationOperator.cs
- DataAdapter.cs
- SHA512Cng.cs
- CodeAttributeDeclaration.cs
- ConfigXmlWhitespace.cs
- AssemblyResourceLoader.cs
- XmlEncodedRawTextWriter.cs
- DSASignatureDeformatter.cs
- InteropAutomationProvider.cs
- EventLogInformation.cs
- OleDbParameterCollection.cs
- DataBoundControlActionList.cs
- CodeGenerator.cs
- SchemaContext.cs
- ChannelCredentials.cs
- glyphs.cs
- EndpointInfo.cs
- AudioException.cs
- HtmlSelect.cs
- BinaryWriter.cs
- Inflater.cs
- DataColumnPropertyDescriptor.cs
- XPathAncestorQuery.cs
- TextViewBase.cs
- SessionStateSection.cs
- ConfigurationManagerHelper.cs
- _Semaphore.cs
- CheckBoxField.cs
- complextypematerializer.cs
- InputBinder.cs
- ResourcePropertyMemberCodeDomSerializer.cs
- XmlNamespaceMapping.cs
- SymbolEqualComparer.cs
- OdbcUtils.cs
- CustomSignedXml.cs
- TextInfo.cs
- BezierSegment.cs
- SessionStateItemCollection.cs
- TemplatePropertyEntry.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- MemberRestriction.cs
- TableLayout.cs
- OutputScopeManager.cs
- OdbcDataAdapter.cs
- MatrixAnimationUsingKeyFrames.cs
- ByteStack.cs
- WebPartChrome.cs
- EntityDataSourceMemberPath.cs
- SqlInternalConnectionTds.cs
- Parallel.cs
- BufferedWebEventProvider.cs
- TextCompositionEventArgs.cs
- ISCIIEncoding.cs
- TypeSystemHelpers.cs
- HtmlInputRadioButton.cs
- SqlDataSourceFilteringEventArgs.cs
- DataServiceQuery.cs
- DataSourceXmlElementAttribute.cs
- ReadOnlyDataSource.cs
- CrossContextChannel.cs
- LinqDataSource.cs
- Base64Encoder.cs
- DataGridViewCheckBoxColumn.cs
- EntityDataSourceWrapper.cs
- BinaryObjectWriter.cs
- StatementContext.cs
- PersonalizationProvider.cs
- CssTextWriter.cs
- ActivitySurrogateSelector.cs
- Point3DAnimationBase.cs
- RestHandler.cs
- EventSetter.cs
- ObjectView.cs
- MdImport.cs
- StringBuilder.cs
- PermissionSetTriple.cs
- Geometry.cs
- Drawing.cs
- AppSettingsExpressionBuilder.cs
- CodeExpressionRuleDeclaration.cs
- TextServicesPropertyRanges.cs
- FixedSchema.cs
- _NtlmClient.cs
- StringInfo.cs
- InternalTypeHelper.cs
- CultureTableRecord.cs
- XmlAnyElementAttribute.cs
- StartUpEventArgs.cs
- ThreadSafeList.cs
- UpdateManifestForBrowserApplication.cs
- ISessionStateStore.cs
- ImageIndexConverter.cs