Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeCommentStatement.cs / 1305376 / CodeCommentStatement.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 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.] ///// // //----------------------------------------------------------------------------- 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 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
- RadioButtonRenderer.cs
- BaseParser.cs
- ChildrenQuery.cs
- FlagsAttribute.cs
- __Filters.cs
- __Error.cs
- XmlSchemaComplexContentRestriction.cs
- GeneralTransform3D.cs
- HandlerFactoryWrapper.cs
- SimpleTypeResolver.cs
- ExecutionEngineException.cs
- X509Certificate2Collection.cs
- MdiWindowListItemConverter.cs
- SqlMethodCallConverter.cs
- Transform.cs
- RIPEMD160Managed.cs
- XmlDataCollection.cs
- OdbcConnectionOpen.cs
- QueryResults.cs
- WebExceptionStatus.cs
- ServiceNameElement.cs
- CodeExporter.cs
- FormClosingEvent.cs
- TrackingRecordPreFilter.cs
- ListBoxAutomationPeer.cs
- FormatPage.cs
- DefaultEventAttribute.cs
- DirectoryRootQuery.cs
- PolicyException.cs
- PeerHopCountAttribute.cs
- AudioException.cs
- Baml2006KeyRecord.cs
- StreamAsIStream.cs
- SHA1Managed.cs
- SecurityPermission.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- TextRange.cs
- DragAssistanceManager.cs
- CharEnumerator.cs
- ControlParameter.cs
- C14NUtil.cs
- RedBlackList.cs
- MdiWindowListStrip.cs
- PeerApplicationLaunchInfo.cs
- XomlCompilerParameters.cs
- ButtonChrome.cs
- HtmlInputFile.cs
- WebControlParameterProxy.cs
- TextServicesHost.cs
- PathSegment.cs
- PathSegment.cs
- SingleSelectRootGridEntry.cs
- NameValueConfigurationElement.cs
- HostDesigntimeLicenseContext.cs
- DefaultProxySection.cs
- HttpCacheParams.cs
- DecoderExceptionFallback.cs
- EntryIndex.cs
- TemplateColumn.cs
- BitmapEffectrendercontext.cs
- mediaeventshelper.cs
- SelectionPatternIdentifiers.cs
- TextEmbeddedObject.cs
- DeviceContext2.cs
- ChangeProcessor.cs
- VScrollProperties.cs
- JulianCalendar.cs
- ListGeneralPage.cs
- Converter.cs
- GridItem.cs
- UIElementParaClient.cs
- DataGridViewCellLinkedList.cs
- SmiContext.cs
- ExpressionBuilderContext.cs
- RemotingSurrogateSelector.cs
- TypeUsageBuilder.cs
- LedgerEntry.cs
- ProviderConnectionPointCollection.cs
- SchemaImporterExtension.cs
- HttpApplicationFactory.cs
- Viewport3DAutomationPeer.cs
- AsymmetricSignatureDeformatter.cs
- ContextMenu.cs
- SqlMetaData.cs
- RedirectionProxy.cs
- SoapFormatterSinks.cs
- CheckBoxAutomationPeer.cs
- MarginsConverter.cs
- CultureInfoConverter.cs
- IndexedEnumerable.cs
- DataGridPageChangedEventArgs.cs
- QilFactory.cs
- WriteFileContext.cs
- InputReportEventArgs.cs
- ConnectionInterfaceCollection.cs
- EntityDataSourceView.cs
- Row.cs
- ChannelFactoryBase.cs
- SyndicationElementExtension.cs
- DragCompletedEventArgs.cs