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
- DataGridCaption.cs
- EndpointNotFoundException.cs
- ButtonAutomationPeer.cs
- MetaTableHelper.cs
- DataGridColumnCollection.cs
- InternalControlCollection.cs
- WindowsRichEdit.cs
- PropertyIDSet.cs
- Substitution.cs
- ApplicationInfo.cs
- PenThreadWorker.cs
- RegexWorker.cs
- SQLByteStorage.cs
- RayHitTestParameters.cs
- CodeTryCatchFinallyStatement.cs
- DataGridRowHeaderAutomationPeer.cs
- Label.cs
- DataSourceView.cs
- SqlMethodCallConverter.cs
- DataGridViewRowEventArgs.cs
- IISMapPath.cs
- HttpRuntime.cs
- HttpHandlersSection.cs
- ContentType.cs
- DataListItem.cs
- UriSectionReader.cs
- ExtensibleClassFactory.cs
- SerialPort.cs
- DeclarativeExpressionConditionDeclaration.cs
- controlskin.cs
- ProxyGenerator.cs
- PageThemeParser.cs
- Vector3DIndependentAnimationStorage.cs
- PeoplePickerWrapper.cs
- DataBoundControlAdapter.cs
- HtmlInputButton.cs
- NavigationWindowAutomationPeer.cs
- Parser.cs
- MemoryFailPoint.cs
- ContractUtils.cs
- ManualResetEvent.cs
- FilterQueryOptionExpression.cs
- TemplateComponentConnector.cs
- VectorCollection.cs
- ConditionValidator.cs
- HttpApplicationStateBase.cs
- DbParameterCollection.cs
- PageWrapper.cs
- ConfigurationElement.cs
- CodeTypeReference.cs
- AutoResetEvent.cs
- Perspective.cs
- XmlSchemaDocumentation.cs
- FillBehavior.cs
- Graphics.cs
- MissingFieldException.cs
- StateElement.cs
- MemoryRecordBuffer.cs
- TTSEngineProxy.cs
- CompilerState.cs
- FieldToken.cs
- ByteStack.cs
- QuaternionConverter.cs
- SerializationFieldInfo.cs
- PlatformNotSupportedException.cs
- TemplateField.cs
- UpdatePanel.cs
- GridViewDeleteEventArgs.cs
- CompilationSection.cs
- SqlWriter.cs
- Viewport2DVisual3D.cs
- ConfigurationSectionGroup.cs
- TemplateBamlTreeBuilder.cs
- ScrollChrome.cs
- HtmlInputRadioButton.cs
- Separator.cs
- StringHelper.cs
- MasterPage.cs
- XmlIgnoreAttribute.cs
- TextPointer.cs
- MailDefinition.cs
- RootAction.cs
- GiveFeedbackEvent.cs
- XPathDocumentBuilder.cs
- PropertyIDSet.cs
- ContractUtils.cs
- StandardRuntimeEnumValidatorAttribute.cs
- Sql8ExpressionRewriter.cs
- EntityDataSourceEntityTypeFilterItem.cs
- MethodCallTranslator.cs
- _Events.cs
- ClientScriptItemCollection.cs
- SuppressMergeCheckAttribute.cs
- storepermission.cs
- login.cs
- DataGridViewButtonCell.cs
- NamespaceEmitter.cs
- SystemResourceKey.cs
- HtmlWindowCollection.cs
- MarkedHighlightComponent.cs