Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeNamespaceImport.cs / 1305376 / CodeNamespaceImport.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeNamespaceImport : CodeObject { private string nameSpace; private CodeLinePragma linePragma; ////// Represents a namespace import into the current namespace. /// ////// public CodeNamespaceImport() { } ////// Initializes a new instance of ///. /// /// public CodeNamespaceImport(string nameSpace) { Namespace = nameSpace; } ////// Initializes a new instance of ///using the specified namespace /// to import. /// /// public CodeLinePragma LinePragma { get { return linePragma; } set { linePragma = value; } } ////// The line the statement occurs on. /// ////// public string Namespace { get { return (nameSpace == null) ? string.Empty : nameSpace; } set { nameSpace = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets or sets /// the namespace to import. /// ///// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeNamespaceImport : CodeObject { private string nameSpace; private CodeLinePragma linePragma; ////// Represents a namespace import into the current namespace. /// ////// public CodeNamespaceImport() { } ////// Initializes a new instance of ///. /// /// public CodeNamespaceImport(string nameSpace) { Namespace = nameSpace; } ////// Initializes a new instance of ///using the specified namespace /// to import. /// /// public CodeLinePragma LinePragma { get { return linePragma; } set { linePragma = value; } } ////// The line the statement occurs on. /// ////// public string Namespace { get { return (nameSpace == null) ? string.Empty : nameSpace; } set { nameSpace = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or sets /// the namespace to import. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- GcSettings.cs
- ConfigurationLocationCollection.cs
- TextTrailingWordEllipsis.cs
- TextViewDesigner.cs
- WebPartHelpVerb.cs
- ProfileInfo.cs
- InkCanvasSelection.cs
- PersonalizablePropertyEntry.cs
- TreeNode.cs
- XmlSchemaComplexType.cs
- EditingCommands.cs
- PocoEntityKeyStrategy.cs
- SocketException.cs
- InvalidFilterCriteriaException.cs
- CommandConverter.cs
- DeviceContext.cs
- RSAPKCS1KeyExchangeFormatter.cs
- DataGridTablesFactory.cs
- JsonWriter.cs
- AutomationIdentifier.cs
- UrlMappingsModule.cs
- FreezableOperations.cs
- SafeTimerHandle.cs
- HostingPreferredMapPath.cs
- ListViewCancelEventArgs.cs
- AmbientLight.cs
- RectAnimationBase.cs
- IconConverter.cs
- OleCmdHelper.cs
- FileUtil.cs
- ETagAttribute.cs
- Point4DValueSerializer.cs
- StaticResourceExtension.cs
- DrawingVisual.cs
- UniqueConstraint.cs
- UnsafeNativeMethods.cs
- SingleAnimationUsingKeyFrames.cs
- ContractUtils.cs
- PropertyEmitter.cs
- ChannelSinkStacks.cs
- TextCompositionManager.cs
- CodeIdentifiers.cs
- securitycriticaldataformultiplegetandset.cs
- AssemblyBuilder.cs
- UIElementHelper.cs
- ComplexTypeEmitter.cs
- SettingsPropertyWrongTypeException.cs
- AuthenticodeSignatureInformation.cs
- LabelLiteral.cs
- OdbcFactory.cs
- StyleTypedPropertyAttribute.cs
- BaseResourcesBuildProvider.cs
- ContainerControl.cs
- XsltContext.cs
- BrowsableAttribute.cs
- IssuanceLicense.cs
- MultipleViewPattern.cs
- OpCopier.cs
- Base64Stream.cs
- DataGridViewCellCollection.cs
- PointLight.cs
- GregorianCalendar.cs
- FormViewUpdateEventArgs.cs
- WebServiceClientProxyGenerator.cs
- HMACMD5.cs
- ComplexPropertyEntry.cs
- Mouse.cs
- DiagnosticsElement.cs
- entitydatasourceentitysetnameconverter.cs
- DateTimeSerializationSection.cs
- ImageListDesigner.cs
- MaskInputRejectedEventArgs.cs
- Constraint.cs
- ListViewDeletedEventArgs.cs
- DelegateInArgument.cs
- LineProperties.cs
- FastPropertyAccessor.cs
- EntityTypeEmitter.cs
- NavigationHelper.cs
- columnmapfactory.cs
- Registry.cs
- JsonServiceDocumentSerializer.cs
- SchemaElementLookUpTableEnumerator.cs
- InvokeGenerator.cs
- NewExpression.cs
- SchemaMapping.cs
- ExtendLockAsyncResult.cs
- TraceHwndHost.cs
- RunInstallerAttribute.cs
- __ComObject.cs
- UMPAttributes.cs
- TraceInternal.cs
- RichTextBoxAutomationPeer.cs
- TreeNodeEventArgs.cs
- PresentationSource.cs
- StorageTypeMapping.cs
- XmlElement.cs
- Root.cs
- DbReferenceCollection.cs
- ParameterCollection.cs