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
- SystemPens.cs
- IListConverters.cs
- PeerApplication.cs
- PropertyMetadata.cs
- PropertyItem.cs
- HandlerFactoryCache.cs
- XmlKeywords.cs
- GenericRootAutomationPeer.cs
- DbCommandDefinition.cs
- SettingsPropertyIsReadOnlyException.cs
- ViewStateModeByIdAttribute.cs
- EFDataModelProvider.cs
- ScrollItemProviderWrapper.cs
- XmlSchemaFacet.cs
- FillRuleValidation.cs
- Size.cs
- Decoder.cs
- OperatorExpressions.cs
- TriggerAction.cs
- BufferModesCollection.cs
- DataContractSerializerOperationGenerator.cs
- DtdParser.cs
- RtfToXamlReader.cs
- PackWebResponse.cs
- SecureStringHasher.cs
- MobilePage.cs
- MimeObjectFactory.cs
- MenuItem.cs
- GradientStop.cs
- CodeMemberProperty.cs
- ItemsPanelTemplate.cs
- IgnoreSectionHandler.cs
- InputLanguageManager.cs
- SnapshotChangeTrackingStrategy.cs
- UniqueSet.cs
- GPStream.cs
- XmlDataSourceView.cs
- HttpWriter.cs
- TargetException.cs
- NullRuntimeConfig.cs
- SizeConverter.cs
- XmlMapping.cs
- DataListItem.cs
- FlowDocumentPageViewerAutomationPeer.cs
- MailDefinitionBodyFileNameEditor.cs
- IProducerConsumerCollection.cs
- GlobalDataBindingHandler.cs
- ECDiffieHellmanPublicKey.cs
- SmtpDigestAuthenticationModule.cs
- WindowsToolbarItemAsMenuItem.cs
- SqlGatherProducedAliases.cs
- UserValidatedEventArgs.cs
- mda.cs
- Stylus.cs
- KoreanCalendar.cs
- PackagePart.cs
- OutputWindow.cs
- DrawingContextWalker.cs
- SystemWebCachingSectionGroup.cs
- ProcessInputEventArgs.cs
- ILGenerator.cs
- _FixedSizeReader.cs
- Header.cs
- WpfMemberInvoker.cs
- GestureRecognitionResult.cs
- XmlNullResolver.cs
- SmtpReplyReader.cs
- TemplatePropertyEntry.cs
- SerializationSectionGroup.cs
- CopyCodeAction.cs
- WeakReferenceKey.cs
- RelatedPropertyManager.cs
- NativeMethods.cs
- ProxyManager.cs
- ParamArrayAttribute.cs
- ByteStreamMessageEncoderFactory.cs
- DbConnectionFactory.cs
- AssociationEndMember.cs
- SafeProcessHandle.cs
- BindingListCollectionView.cs
- DefaultAssemblyResolver.cs
- VariableExpressionConverter.cs
- WorkflowRequestContext.cs
- TcpConnectionPoolSettings.cs
- SortAction.cs
- Bits.cs
- RepeatBehaviorConverter.cs
- DoubleLink.cs
- InfoCardKeyedHashAlgorithm.cs
- JavaScriptSerializer.cs
- DataViewListener.cs
- UIElementAutomationPeer.cs
- ProviderCollection.cs
- SqlDuplicator.cs
- HuffmanTree.cs
- translator.cs
- ProtocolReflector.cs
- TdsParserSessionPool.cs
- ProfilePropertyMetadata.cs
- Line.cs