CoseHeaderMap.CopyTo Method

Definition

Copies the elements of the ICollection<T> to an Array, starting at a particular Array index.

public:
 virtual void CopyTo(cli::array <System::Collections::Generic::KeyValuePair<System::Security::Cryptography::Cose::CoseHeaderLabel, System::Security::Cryptography::Cose::CoseHeaderValue>> ^ array, int arrayIndex);
public void CopyTo (System.Collections.Generic.KeyValuePair<System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue>[] array, int arrayIndex);
abstract member CopyTo : System.Collections.Generic.KeyValuePair<System.Security.Cryptography.Cose.CoseHeaderLabel, System.Security.Cryptography.Cose.CoseHeaderValue>[] * int -> unit
override this.CopyTo : System.Collections.Generic.KeyValuePair<System.Security.Cryptography.Cose.CoseHeaderLabel, System.Security.Cryptography.Cose.CoseHeaderValue>[] * int -> unit
Public Sub CopyTo (array As KeyValuePair(Of CoseHeaderLabel, CoseHeaderValue)(), arrayIndex As Integer)

Parameters

array
KeyValuePair<CoseHeaderLabel,CoseHeaderValue>[]

The one-dimensional Array that is the destination of the elements copied from ICollection<T>. The Array must have zero-based indexing.

arrayIndex
Int32

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

Implements

Applies to