Share via


CoseHeaderMap.CopyTo 方法

定義

從特定的 ICollection<T> 索引開始,將 Array 的項目複製到 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)

參數

array
KeyValuePair<CoseHeaderLabel,CoseHeaderValue>[]

一維 Array,是從 ICollection<T> 複製過來之項目的目的端。 Array 必須有以零為起始的索引。

arrayIndex
Int32

array 中以零起始的索引,即開始複製的位置。

實作

適用於