Windows apps
Collapse the table of content
Expand the table of content

HttpHeaderValueCollection<T>::CopyTo Method

Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

public:
virtual void CopyTo(
	array<T>^ array, 
	int arrayIndex
) sealed

Parameters

array
Type: array<T>
arrayIndex
Type: System::Int32

Implements

ICollection<T>::CopyTo(array<T>, Int32)
Show:
© 2017 Microsoft