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

System.Xml.XmlNameTable.Get Method

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

public abstract string Get (string name)

Parameters

name
The string to look up. [Edit]

Returns

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

Exceptions

TypeReason
ArgumentNullExceptionarray is null. [Edit]

Remarks

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

Note to Inheritors
This method must be overridden in order to provide the functionality described above, as there is no default implementation.

[Edit]

Requirements

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