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 / CodeCommentStatement.cs / 1 / CodeCommentStatement.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 CodeCommentStatement : CodeStatement { private CodeComment comment; ///Represents a comment. ////// public CodeCommentStatement() { } ////// Initializes a new instance of ///. /// /// public CodeCommentStatement(CodeComment comment) { this.comment = comment; } ///[To be supplied.] ////// public CodeCommentStatement(string text) { comment = new CodeComment(text); } ////// Initializes a new instance of ///with the specified text as /// contents. /// /// public CodeCommentStatement(string text, bool docComment) { comment = new CodeComment(text, docComment); } ///[To be supplied.] ////// public CodeComment Comment { get { return comment; } set { comment = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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 CodeCommentStatement : CodeStatement { private CodeComment comment; ///Represents a comment. ////// public CodeCommentStatement() { } ////// Initializes a new instance of ///. /// /// public CodeCommentStatement(CodeComment comment) { this.comment = comment; } ///[To be supplied.] ////// public CodeCommentStatement(string text) { comment = new CodeComment(text); } ////// Initializes a new instance of ///with the specified text as /// contents. /// /// public CodeCommentStatement(string text, bool docComment) { comment = new CodeComment(text, docComment); } ///[To be supplied.] ////// public CodeComment Comment { get { return comment; } set { comment = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CodeGotoStatement.cs
- SqlInternalConnectionTds.cs
- NameValuePair.cs
- UrlMapping.cs
- ColorConverter.cs
- PageClientProxyGenerator.cs
- AmbientLight.cs
- PipelineModuleStepContainer.cs
- UIElementParagraph.cs
- FtpRequestCacheValidator.cs
- UnaryOperationBinder.cs
- TreeNodeStyle.cs
- LayoutInformation.cs
- AuthenticatingEventArgs.cs
- TableLayoutColumnStyleCollection.cs
- TraceListener.cs
- Grammar.cs
- ThaiBuddhistCalendar.cs
- SafeArrayRankMismatchException.cs
- PropertyEmitter.cs
- _RegBlobWebProxyDataBuilder.cs
- RuleSettings.cs
- Queue.cs
- SlotInfo.cs
- SmiMetaData.cs
- CollectionView.cs
- LocatorGroup.cs
- TextParagraphCache.cs
- AudioFormatConverter.cs
- HandlerBase.cs
- InputScopeManager.cs
- Base64Encoder.cs
- figurelength.cs
- InfoCardClaim.cs
- XsdValidatingReader.cs
- CodeGeneratorOptions.cs
- PixelShader.cs
- DataGridViewBand.cs
- TreeNodeBindingCollection.cs
- ObjectManager.cs
- OdbcConnectionHandle.cs
- ContainerTracking.cs
- Viewport3DVisual.cs
- PeerNearMe.cs
- DesignerListAdapter.cs
- ApplicationException.cs
- MetaType.cs
- Delegate.cs
- ContentPosition.cs
- ToolboxItemSnapLineBehavior.cs
- ChtmlTextWriter.cs
- InputScopeAttribute.cs
- MultipartIdentifier.cs
- XmlLanguageConverter.cs
- NameValueFileSectionHandler.cs
- SqlNamer.cs
- RegexInterpreter.cs
- WindowsListViewItemCheckBox.cs
- FileDialog_Vista_Interop.cs
- WebPartCatalogCloseVerb.cs
- SQLDecimalStorage.cs
- PolicyManager.cs
- ContextBase.cs
- TimelineCollection.cs
- RequestCachePolicy.cs
- Error.cs
- StackSpiller.Generated.cs
- HighContrastHelper.cs
- ClassDataContract.cs
- IsolatedStorageFileStream.cs
- HttpListenerRequestUriBuilder.cs
- DataPagerFieldItem.cs
- XomlDesignerLoader.cs
- ScrollChrome.cs
- ProtocolsConfigurationHandler.cs
- DesignerValidatorAdapter.cs
- EmptyEnumerator.cs
- AdapterUtil.cs
- TypeNameConverter.cs
- AuthenticationModuleElement.cs
- AnimationClock.cs
- UnsafeNativeMethods.cs
- RolePrincipal.cs
- HandleCollector.cs
- ClientRuntimeConfig.cs
- PageSetupDialog.cs
- CallbackException.cs
- SpecularMaterial.cs
- DatasetMethodGenerator.cs
- ProcessActivityTreeOptions.cs
- PagePropertiesChangingEventArgs.cs
- SingleObjectCollection.cs
- SmiEventStream.cs
- DebugView.cs
- XmlWhitespace.cs
- Multiply.cs
- ImageSourceValueSerializer.cs
- nulltextcontainer.cs
- SymbolTable.cs
- Package.cs