Skip to main content

NameTable Class

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

Hashtable-backed XmlNameTable.

public class NameTable : XmlNameTable

Constructors

NameTable()

public NameTable()

No description available.

Methods

Add(string array)

public override 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 override string Add(char[] array, int offset, int length)

No description available.

ParameterTypeDescription
arraychar[]
offsetint
lengthint

Returns string

Get(string array)

public override string Get(string array)

No description available.

ParameterTypeDescription
arraystring

Returns string

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

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

No description available.

ParameterTypeDescription
arraychar[]
offsetint
lengthint

Returns string