System.Xml.XmlReaderSettings.NameTable Property

Gets or sets the System.Xml.XmlNameTable used for atomized string comparisons.

Syntax

public XmlNameTable NameTable { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Set this property to an System.Xml.XmlNameTable instance if you want to share a common name table among all the created System.Xml.XmlReader instances.

Note:

The System.Xml.NameTable class is not thread-safe. Therefore it cannot be shared between System.Xml.XmlReader objects that run simultaneously in different threads.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0