Namespace:
Syntactik.DOM.Mapped
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntaxpublic Comment(
string value = null,
Interval valueInterval = null,
int commentType = 0
)
Parameters
- value (Optional)
- Type: SystemString
Pair value. - valueInterval (Optional)
- Type: Syntactik.DOMInterval
Value Interval. - commentType (Optional)
- Type: SystemInt32
Type of the comment:
1 - single-line comment,
2 - multi-line comment.
See Also