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

System.Collections.Specialized.NameValueCollection.GetValues Method

Returns an array that contains the values at the specified index of the current instance. [Edit]

public virtual string[] GetValues (int index)

Parameters

index
A int that specifies the zero-based index of the entry that contains the values to get from the current instance. [Edit]

Returns

A string array containing the values at the specified index of the current instance, if found; otherwise, null. [Edit]

Exceptions

TypeReason
ArgumentOutOfRangeExceptionindex is outside the valid range of indices for the current instance. [Edit]

Remarks

Operation
As described above. [Edit]

Requirements

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