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
- OledbConnectionStringbuilder.cs
- HtmlInputReset.cs
- TdsRecordBufferSetter.cs
- XmlUtil.cs
- MaskDesignerDialog.cs
- RelatedView.cs
- X509CertificateClaimSet.cs
- DoubleSumAggregationOperator.cs
- httpapplicationstate.cs
- sqlstateclientmanager.cs
- PointValueSerializer.cs
- WinInetCache.cs
- ClientBuildManagerCallback.cs
- RepeaterCommandEventArgs.cs
- AutomationEvent.cs
- IconConverter.cs
- DebugView.cs
- Source.cs
- MaskInputRejectedEventArgs.cs
- ICspAsymmetricAlgorithm.cs
- Set.cs
- EmptyEnumerator.cs
- TextAction.cs
- DeadCharTextComposition.cs
- GeometryConverter.cs
- CapabilitiesRule.cs
- TraceLog.cs
- OSEnvironmentHelper.cs
- TraceFilter.cs
- ProfilePropertySettings.cs
- MultilineStringConverter.cs
- ToolConsole.cs
- InstanceKeyCompleteException.cs
- BindingNavigatorDesigner.cs
- precedingsibling.cs
- _NegotiateClient.cs
- ConfigurationSettings.cs
- ExpanderAutomationPeer.cs
- TransformDescriptor.cs
- LambdaCompiler.ControlFlow.cs
- UTF32Encoding.cs
- ClientBuildManagerCallback.cs
- ClientSettingsStore.cs
- UncommonField.cs
- TextControl.cs
- InplaceBitmapMetadataWriter.cs
- X509ChainPolicy.cs
- InvokeProviderWrapper.cs
- DrawingContext.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- WindowsListViewItemStartMenu.cs
- DbConnectionPoolCounters.cs
- cookieexception.cs
- TypeDescriptionProviderAttribute.cs
- dataprotectionpermission.cs
- GlyphManager.cs
- PaginationProgressEventArgs.cs
- PropertyGrid.cs
- GrammarBuilderWildcard.cs
- TreeIterators.cs
- SQLInt16.cs
- Recipient.cs
- WebPartCloseVerb.cs
- PatternMatcher.cs
- AnnotationComponentManager.cs
- XmlImplementation.cs
- WebServiceParameterData.cs
- LicenseContext.cs
- DataGridViewCellMouseEventArgs.cs
- RegexStringValidator.cs
- XmlMembersMapping.cs
- Types.cs
- CodeAccessSecurityEngine.cs
- RuleConditionDialog.Designer.cs
- SchemaElementDecl.cs
- TraceSection.cs
- SetterBase.cs
- ControlParameter.cs
- AnnotationService.cs
- URLAttribute.cs
- Module.cs
- CaseInsensitiveHashCodeProvider.cs
- XPathNavigatorReader.cs
- EncodingNLS.cs
- CollectionChangedEventManager.cs
- ToolStripContentPanel.cs
- CompilerScopeManager.cs
- WebEvents.cs
- NavigationExpr.cs
- ParseElementCollection.cs
- WriteFileContext.cs
- DrawingContextDrawingContextWalker.cs
- Canvas.cs
- HybridObjectCache.cs
- PKCS1MaskGenerationMethod.cs
- SymbolMethod.cs
- Pair.cs
- WebHttpElement.cs
- SafeFileMapViewHandle.cs
- ResXResourceWriter.cs