CoseHeaderMap.CopyTo Méthode

Définition

Copie les éléments du ICollection<T> dans un Array, en commençant à un index Array particulier.

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)

Paramètres

array
KeyValuePair<CoseHeaderLabel,CoseHeaderValue>[]

Unidimensionnel Array qui est la destination des éléments copiés à partir de ICollection<T>. L’indexation Array doit être basée sur zéro.

arrayIndex
Int32

Index de base zéro dans array lequel la copie commence.

Implémente

S’applique à