Aracılığıyla paylaş


CoseHeaderMap.CopyTo Yöntem

Tanım

öğesinin öğelerini ICollection<T> belirli Array bir Arraydizinden başlayarak öğesine kopyalar.

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)

Parametreler

array
KeyValuePair<CoseHeaderLabel,CoseHeaderValue>[]

öğesinden ICollection<T>kopyalanan öğelerin hedefi olan tek boyutludurArray. sıfır Array tabanlı dizine sahip olmalıdır.

arrayIndex
Int32

array içinde kopyalamanın başladığı sıfır tabanlı dizin.

Uygulamalar

Şunlara uygulanır