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)
| Parameter | Type | Description |
|---|---|---|
array | string |
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.
| Parameter | Type | Description |
|---|---|---|
array | char[] | |
offset | int | |
length | int |
Returns string
Get(string array)
public override string Get(string array)
No description available.
| Parameter | Type | Description |
|---|---|---|
array | string |
Returns string
Get(char[] array, int offset, int length)
public override string Get(char[] array, int offset, int length)
No description available.
| Parameter | Type | Description |
|---|---|---|
array | char[] | |
offset | int | |
length | int |
Returns string