Skip to main content

XmlNameTable Class

Namespace: System.Xml · Assembly: GHIElectronics.TinyCLR.System.Xml

Atomized-string table shared between readers and writers.

public abstract class XmlNameTable

Methods

Add(string array)

public abstract string Add(string array)

Appends a UIElement to the end of the UIElementCollection. (inherited)

ParameterTypeDescription
arraystring

Returns string — The UIElementCollection index at which the UIElement has been added.

Add(char[] array, int offset, int length)

public abstract string Add(char[] array, int offset, int length)

No description available.

ParameterTypeDescription
arraychar[]
offsetint
lengthint

Returns string

Get(string array)

public abstract string Get(string array)

No description available.

ParameterTypeDescription
arraystring

Returns string

Get(char[] array, int offset, int length)

public abstract string Get(char[] array, int offset, int length)

No description available.

ParameterTypeDescription
arraychar[]
offsetint
lengthint

Returns string