Initializes a new instance of the
CommentEnd class.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public CommentEnd(
DocumentCore document,
Comment comment
)
Public Sub New (
document As DocumentCore,
comment As Comment
)
Parameters
- document DocumentCore
- The owner document.
- comment Comment
- The comment that this element delimits.
See Also