Click or drag to resize

CommentStart Class

Represents the start of a comment.
Inheritance Hierarchy
SystemObject
  SautinSoft.DocumentElement
    SautinSoft.DocumentInline
      SautinSoft.DocumentCommentStart

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public sealed class CommentStart : Inline

The CommentStart type exposes the following members.

Constructors
 NameDescription
Public methodCommentStart Initializes a new instance of the CommentStart class.
Top
Properties
 NameDescription
Public propertyComment Gets the comment that this element delimits.
Public propertyElementType Gets the ElementType of this element instance.
(Overrides ElementElementType)
Top
Methods
 NameDescription
Public methodClone Clones this CommentStart instance.
Top
See Also