HeaderDictionary.CopyTo(KeyValuePair<String,String[]>[], Int32) Method

Definition

Copies the HeaderDictionary elements to a one-dimensional Array instance at the specified index.

public void CopyTo (System.Collections.Generic.KeyValuePair<string,string[]>[] array, int arrayIndex);
abstract member CopyTo : System.Collections.Generic.KeyValuePair<string, string[]>[] * int -> unit
override this.CopyTo : System.Collections.Generic.KeyValuePair<string, string[]>[] * int -> unit
Public Sub CopyTo (array As KeyValuePair(Of String, String())(), arrayIndex As Integer)

Parameters

array
KeyValuePair<String,String[]>[]

The one-dimensional Array that is the destination of the specified objects copied from the HeaderDictionary.

arrayIndex
Int32

The zero-based index in array at which copying begins.

Implements

Applies to