See Also: XmlNameTable Members
Only a single instance of any given string is stored even if the string is added multiple times to the table.
Using this class provides an efficient means for an XML parser to use the same string object for all repeated element and attribute names in an XML document. If the same object is used for all repeated names, the efficiency of name comparisons is increased by allowing the names to be compared using object comparisons rather than string comparisons.
This class is abstract and is implemented in the System.Xml.NameTable class.