- Declared in: RT.Servers.NameValuesCollection<TValue>
- Implements: ICollection<KeyValuePair<string, ValuesCollection<TValue>>>.CopyTo(KeyValuePair<string, ValuesCollection<TValue>>[], int)
Declaration
public void CopyTo(
KeyValuePair<string, ValuesCollection<TValue>>[] array,
int arrayIndex
)Summary
Copies all key/value-collection pairs to the specified array.