Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void CopyTo(KeyValuePair<string, ValuesCollection<TValue>>[], int)

  • 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.