| Visual Basic (Declaration) | |
|---|---|
Public Overrides NotOverridable Sub WriteComment( _ ByVal text As String _ ) | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetWriter Dim text As String instance.WriteComment(text) | |
Parameters
- text
The text to place inside the comment.
If the text is a null reference (Nothing in Visual Basic) or String.Empty, this method does not write anything.
If RemoveComments is set to true, the writer ignores all calls to this method.