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