4 [global::__DynamicallyInvokable]
17 [global::__DynamicallyInvokable]
18 public abstract string Get(
char[] array,
int offset,
int length);
25 [global::__DynamicallyInvokable]
26 public abstract string Get(
string array);
38 [global::__DynamicallyInvokable]
39 public abstract string Add(
char[] array,
int offset,
int length);
46 [global::__DynamicallyInvokable]
47 public abstract string Add(
string array);
50 [global::__DynamicallyInvokable]
abstract string Get(char[] array, int offset, int length)
When overridden in a derived class, gets the atomized string containing the same characters as the sp...
XmlNameTable()
Initializes a new instance of the T:System.Xml.XmlNameTable class.
Table of atomized string objects.
abstract string Add(char[] array, int offset, int length)
When overridden in a derived class, atomizes the specified string and adds it to the XmlNameTable.