System.Xml.XmlNameTable.Add Method

When overridden in a derived class, atomizes the specified string and adds it to the XmlNameTable.

Syntax

public abstract string Add (string array)

Parameters

array
The name to add.

Returns

The new atomized string or the existing one if it already exists.

Exceptions

TypeReason
ArgumentNullException array is null.

Remarks

For more information on atomized strings, see System.Xml.XmlNameTable.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0