/1[], Int32)
Copies the HeaderDictionary elements to a one-dimensional Array instance at the specified index.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public void CopyTo(
KeyValuePair<string, string[]>[] array,
int arrayIndex
)
public:
virtual void CopyTo(
array<KeyValuePair<String^, array<String^>^>>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array:KeyValuePair<string, string[]>[] *
arrayIndex:int -> unit
override CopyTo :
array:KeyValuePair<string, string[]>[] *
arrayIndex:int -> unit
Public Sub CopyTo (
array As KeyValuePair(Of String, String())(),
arrayIndex As Integer
)
Parameters
array
Type: System.Collections.Generic.KeyValuePair<String, String[]>[]The one-dimensional Array that is the destination of the specified objects copied from the HeaderDictionary.
arrayIndex
Type: System.Int32The zero-based index in array at which copying begins.
Implements
ICollection<T>.CopyTo(T[], Int32)
See Also
HeaderDictionary Class
Microsoft.Owin Namespace
Return to top