Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / System / CodeDOM / CodeNamespaceImport.cs / 1 / CodeNamespaceImport.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 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. /// ///// 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 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
- IdentitySection.cs
- TextWriterTraceListener.cs
- InternalResources.cs
- CodeGeneratorOptions.cs
- PointCollection.cs
- SoapElementAttribute.cs
- TagPrefixCollection.cs
- SerialReceived.cs
- _NestedSingleAsyncResult.cs
- wgx_render.cs
- VisualBrush.cs
- RegexNode.cs
- TransformConverter.cs
- TimeoutConverter.cs
- ScriptHandlerFactory.cs
- XmlSchemaExporter.cs
- BlockingCollection.cs
- GenericTypeParameterBuilder.cs
- UnsafeNativeMethodsMilCoreApi.cs
- ErrorInfoXmlDocument.cs
- FixedSchema.cs
- SerializationAttributes.cs
- BitmapSourceSafeMILHandle.cs
- HttpClientChannel.cs
- SqlCaseSimplifier.cs
- mda.cs
- COM2FontConverter.cs
- UncommonField.cs
- FormatConvertedBitmap.cs
- FlowNode.cs
- AssemblyCollection.cs
- ResourceReader.cs
- DiscoveryEndpointElement.cs
- PropertyEntry.cs
- Metafile.cs
- SqlUdtInfo.cs
- GridViewRow.cs
- Propagator.Evaluator.cs
- SoapFault.cs
- DataGridTableCollection.cs
- SerializationInfoEnumerator.cs
- SecurityChannelFaultConverter.cs
- TrackingStringDictionary.cs
- PatternMatcher.cs
- X509KeyIdentifierClauseType.cs
- xdrvalidator.cs
- Profiler.cs
- Missing.cs
- VisualTreeUtils.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- DesignerAutoFormatCollection.cs
- X509DefaultServiceCertificateElement.cs
- HttpInputStream.cs
- DataSourceHelper.cs
- GridViewSortEventArgs.cs
- PanelDesigner.cs
- ItemContainerProviderWrapper.cs
- TitleStyle.cs
- StylusPointPropertyInfo.cs
- FlowPanelDesigner.cs
- IDispatchConstantAttribute.cs
- BindStream.cs
- AttributeSetAction.cs
- CheckBoxStandardAdapter.cs
- ServiceDiscoveryElement.cs
- ListControlBoundActionList.cs
- TypeUsageBuilder.cs
- SafeLibraryHandle.cs
- ErrorFormatterPage.cs
- TrackingStringDictionary.cs
- CodeMemberField.cs
- InitiatorSessionSymmetricTransportSecurityProtocol.cs
- AppearanceEditorPart.cs
- AndCondition.cs
- SslStreamSecurityBindingElement.cs
- RectangleGeometry.cs
- XmlWrappingReader.cs
- ProxyFragment.cs
- WorkflowViewElement.cs
- RtfFormatStack.cs
- Pointer.cs
- LinkDesigner.cs
- AxisAngleRotation3D.cs
- Literal.cs
- LongValidatorAttribute.cs
- _UncName.cs
- SafeCryptoHandles.cs
- InputDevice.cs
- QueryOperationResponseOfT.cs
- TransformerInfo.cs
- TextRenderer.cs
- _HeaderInfo.cs
- PlaceHolder.cs
- XmlArrayItemAttribute.cs
- ToolBarPanel.cs
- Int16Converter.cs
- DbDataSourceEnumerator.cs
- WindowsBrush.cs
- ByeOperation11AsyncResult.cs
- Compiler.cs