Bagikan melalui


CoseHeaderMap.CopyTo Metode

Definisi

Menyalin elemen ICollection<T> ke Array, dimulai pada indeks tertentu Array .

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)

Parameter

array
KeyValuePair<CoseHeaderLabel,CoseHeaderValue>[]

Satu dimensi Array yang merupakan tujuan elemen yang disalin dari ICollection<T>. Array harus memiliki pengindeksan berbasis nol.

arrayIndex
Int32

Indeks berbasis nol tempat array penyalinan dimulai.

Penerapan

Berlaku untuk