Mono Class Library: System.Xml.NameTable Overview | Members

System.Xml.NameTable.Get Method

Looks up the value of the specified string in the table. [Edit]

public override string Get (string value)

Parameters

value
The string to look up. [Edit]

Returns

The string instance previously stored in the table with a value equal to value , or null if it does not exist. [Edit]

Exceptions

TypeReason
ArgumentNullExceptionvalue is null. [Edit]

Remarks

Only a single instance of any given string is stored in the table. If the value of value is already stored in the table, the string instance with that value is returned.

Note:

This method overrides XmlNameTable.Get(Char[], int, int)(String).

[Edit]

Requirements

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