Class Comment
A comment node.
Inherited Members
Namespace: Supremes.Nodes
Assembly: Supremes.dll
Syntax
public sealed class Comment : Node
Properties
Data
Get the contents of the comment.
Declaration
public string Data { get; }
Property Value
Type | Description |
---|---|
System.String | comment content |
Methods
ToString()
Converts the value of this instance to a string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |