Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- SqlParameterCollection.cs
- ConstantCheck.cs
- DataGridViewColumnCollection.cs
- InternalCache.cs
- CodeValidator.cs
- QilTypeChecker.cs
- MatrixTransform.cs
- SpotLight.cs
- RNGCryptoServiceProvider.cs
- SR.cs
- DynamicDataRouteHandler.cs
- SqlProfileProvider.cs
- StreamGeometry.cs
- BamlMapTable.cs
- PerformanceCounterPermissionAttribute.cs
- PriorityItem.cs
- NamespaceQuery.cs
- ProvidersHelper.cs
- CellParagraph.cs
- AdapterDictionary.cs
- WindowsEditBox.cs
- mediaclock.cs
- AssemblyEvidenceFactory.cs
- SystemWebSectionGroup.cs
- SqlPersonalizationProvider.cs
- GridEntry.cs
- LockedHandleGlyph.cs
- ToolStripPanelRenderEventArgs.cs
- PasswordBox.cs
- NativeMethods.cs
- ElementsClipboardData.cs
- RbTree.cs
- ConfigurationElement.cs
- CustomCategoryAttribute.cs
- ClickablePoint.cs
- XNodeNavigator.cs
- HtmlPhoneCallAdapter.cs
- ApplicationId.cs
- ReadOnlyPermissionSet.cs
- CatalogPart.cs
- RC2.cs
- AmbientValueAttribute.cs
- DrawingVisual.cs
- ExceptionRoutedEventArgs.cs
- InputManager.cs
- InputLanguageCollection.cs
- NonParentingControl.cs
- QilXmlReader.cs
- PrintController.cs
- TracePayload.cs
- SharedUtils.cs
- DesignerForm.cs
- WebPartUtil.cs
- TypeConstant.cs
- CompiledELinqQueryState.cs
- MenuCommands.cs
- TcpConnectionPool.cs
- XmlIterators.cs
- GetTokenRequest.cs
- CodeBinaryOperatorExpression.cs
- PackWebRequest.cs
- NumericUpDownAccelerationCollection.cs
- activationcontext.cs
- LogManagementAsyncResult.cs
- SerialPort.cs
- Setter.cs
- CodeTypeParameter.cs
- BooleanAnimationBase.cs
- SafeHandles.cs
- MessageQueueEnumerator.cs
- StringInfo.cs
- Inflater.cs
- ApplicationSecurityManager.cs
- HostingEnvironmentSection.cs
- ThreadAttributes.cs
- XmlSignatureManifest.cs
- SamlAttributeStatement.cs
- HashAlgorithm.cs
- ValidatedControlConverter.cs
- MergeFailedEvent.cs
- CqlParser.cs
- WindowPatternIdentifiers.cs
- RawStylusInputCustomData.cs
- EntitySet.cs
- ProcessModelInfo.cs
- CodeMemberEvent.cs
- SqlDataReader.cs
- QilTernary.cs
- XmlWrappingReader.cs
- Membership.cs
- ExtendedProtectionPolicyTypeConverter.cs
- DataGridViewDataConnection.cs
- ScrollChrome.cs
- MenuAutomationPeer.cs
- MainMenu.cs
- TreeNodeEventArgs.cs
- MailDefinition.cs
- FamilyCollection.cs
- AnimatedTypeHelpers.cs
- CompositeFontInfo.cs