Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- WrappedIUnknown.cs
- ClientRoleProvider.cs
- ActivationArguments.cs
- ProcessModelSection.cs
- ToggleButton.cs
- ConfigXmlElement.cs
- OdbcCommand.cs
- MDIControlStrip.cs
- ItemChangedEventArgs.cs
- SynchronizedInputProviderWrapper.cs
- DataControlButton.cs
- PreservationFileWriter.cs
- ApplicationManager.cs
- ConfigurationStrings.cs
- Debug.cs
- AssertSection.cs
- LayoutInformation.cs
- parserscommon.cs
- httpapplicationstate.cs
- BezierSegment.cs
- NativeCompoundFileAPIs.cs
- PassportAuthentication.cs
- UInt64.cs
- DataSourceProvider.cs
- MatrixTransform.cs
- PageParser.cs
- CheckBoxRenderer.cs
- NumericUpDown.cs
- DBNull.cs
- Wizard.cs
- SortedDictionary.cs
- X509Utils.cs
- CodeCatchClauseCollection.cs
- QualifiedId.cs
- StylusButtonEventArgs.cs
- TemplateParser.cs
- RoleService.cs
- EventWaitHandleSecurity.cs
- UnsafeNativeMethods.cs
- ApplicationHost.cs
- HtmlProps.cs
- TextEncodedRawTextWriter.cs
- StreamSecurityUpgradeAcceptorBase.cs
- CompilerErrorCollection.cs
- CodeCompileUnit.cs
- DataGridCellItemAutomationPeer.cs
- TableLayoutPanel.cs
- OpenTypeCommon.cs
- LinkDescriptor.cs
- DBSchemaTable.cs
- PropertyGeneratedEventArgs.cs
- AssemblyUtil.cs
- WebPartManagerInternals.cs
- DataGridItemCollection.cs
- Type.cs
- TypeBuilderInstantiation.cs
- Function.cs
- XmlDataImplementation.cs
- AnnotationComponentManager.cs
- StyleXamlTreeBuilder.cs
- EmptyElement.cs
- SplitterCancelEvent.cs
- MenuEventArgs.cs
- NativeMethods.cs
- GPStream.cs
- PrintDialog.cs
- PointLightBase.cs
- Query.cs
- PropertyRecord.cs
- InkCanvasSelectionAdorner.cs
- TypeToken.cs
- ValueUnavailableException.cs
- ImportCatalogPart.cs
- StringPropertyBuilder.cs
- DragStartedEventArgs.cs
- SubpageParaClient.cs
- XmlDomTextWriter.cs
- VisualStates.cs
- storagemappingitemcollection.viewdictionary.cs
- X509CertificateCollection.cs
- PersianCalendar.cs
- TypeAccessException.cs
- ValidatorCollection.cs
- ControlPaint.cs
- unsafenativemethodsother.cs
- ConditionalAttribute.cs
- RtfControls.cs
- ProfileProvider.cs
- XPathSelfQuery.cs
- BezierSegment.cs
- HttpProfileGroupBase.cs
- XamlTreeBuilderBamlRecordWriter.cs
- ExecutedRoutedEventArgs.cs
- DocumentPageViewAutomationPeer.cs
- RootProfilePropertySettingsCollection.cs
- CaretElement.cs
- IgnorePropertiesAttribute.cs
- XmlAutoDetectWriter.cs
- EntityCommand.cs
- TimersDescriptionAttribute.cs