Mono Class Library: System.Collections.Specialized.NameValueCollection Overview | Members

System.Collections.Specialized.NameValueCollection.GetValues Method

Gets the values associated with the specified key from the current instance. [Edit]

public virtual string[] GetValues (string name)

Parameters

name
A string that specifies the key of the entry that contains the values to get. [Edit]

Returns

A string array containing the values associated with name from the current instance, if found; otherwise, null. [Edit]

Remarks

Operation
As described above.

If name is null, no exception is thrown and null is returned.

[Edit]

Requirements

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