Click or drag to resize

CommentEnd Constructor

Initializes a new instance of the CommentEnd class.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public CommentEnd(
	DocumentCore document,
	Comment comment
)

Parameters

document  DocumentCore
The owner document.
comment  Comment
The comment that this element delimits.
See Also