Add the given string to the NameTable or return the existing string if it is already in the NameTable.
[Visual Basic] Overloads Overridable Public Function Add( _ ByVal key As String _ ) As String [C#] public virtual string Add( string key ); [C++] public: virtual String* Add( String* key ); [JScript] public function Add( key : String ) : String;
The new string added or the matching string found the NameTable.
NameTable Class | NameTable Members | System.Data.XML Namespace | NameTable.Add Overload List