Skip to main content

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

NameValueDescription
None0No xml:space scope is in effect.
Default1The xml:space scope equals "default".
Preserve2The xml:space scope equals "preserve".