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 Char, _ ByVal start As Integer, _ ByVal len As Integer _ ) As String [C#] public virtual string Add( char[] key, int start, int len ); [C++] public: virtual String* Add( __wchar_t* key[], int start, int len ); [JScript] public function Add( key : Char[], start : int, len : int ) : String;
The new string added or the matching string found the NameTable.
NameTable Class | NameTable Members | System.Data.XML Namespace | NameTable.Add Overload List