XmlSpace Enum
NuGet: GHIElectronics.TinyCLR.System.Xml
Assembly: GHIElectronics.TinyCLR.System.Xml
Namespace: System.Xml
Value of an in-scope xml:space attribute.
public enum XmlSpace
Fields
| Name | Value | Description |
|---|---|---|
None | 0 | No xml:space scope is in effect. |
Default | 1 | The xml:space scope equals "default". |
Preserve | 2 | The xml:space scope equals "preserve". |