Click or drag to resize
XmlNameTableAdd Method (String)
When overridden in a derived class, atomizes the specified string and adds it to the XmlNameTable.

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public abstract string Add(
	string array
)

Parameters

array
Type: SystemString
The name to add.

Return Value

Type: String
The new atomized string or the existing one if it already exists.
See Also