Click or drag to resize

CommentEnd Class

Represents the end of a comment.
Inheritance Hierarchy
SystemObject
  SautinSoft.DocumentElement
    SautinSoft.DocumentInline
      SautinSoft.DocumentCommentEnd

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

The CommentEnd type exposes the following members.

Constructors
 NameDescription
Public methodCommentEnd Initializes a new instance of the CommentEnd 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 CommentEnd instance.
Top
See Also