Class XmlDeclaration
An XML Declaration.
Inherited Members
Namespace: Supremes.Nodes
Assembly: Supremes.dll
Syntax
public sealed class XmlDeclaration : Node
Properties
WholeDeclaration
Get the unencoded XML declaration.
Declaration
public string WholeDeclaration { get; }
Property Value
| Type | Description |
|---|---|
| System.String | XML declaration |
Methods
ToString()
Converts the value of this instance to a string.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |