Mono Class Library: OverviewSystem.Xml.NameTable: Method Members |
The methods of System.Xml.NameTable are listed below. For a list of all members, see the NameTable Members list.
See Also: Inherited members from System.Xml.XmlNameTable
overrideAdd(string) : string Adds the specified string to the table if a string instance with the same value does not already exist in the table. overrideAdd(char[], int, int) : string Adds the string equivalent of a specified subset of a char array to the table if the string equivalent does not already exist in the table. overrideGet(string) : string Looks up the value of the specified string in the table. overrideGet(char[], int, int) : string Looks up the string equivalent to a specified subset of a char array in the table.