X509ChainElementCollection.ICollection.CopyTo(Array, Int32) Metoda

Definice

X509ChainElementCollection Zkopíruje objekt do pole počínaje zadaným indexem.

 virtual void System.Collections.ICollection.CopyTo(Array ^ array, int index) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo (Array array, int index);
abstract member System.Collections.ICollection.CopyTo : Array * int -> unit
override this.System.Collections.ICollection.CopyTo : Array * int -> unit
Sub CopyTo (array As Array, index As Integer) Implements ICollection.CopyTo

Parametry

array
Array

Pole, do které X509ChainElementCollection chcete objekt zkopírovat.

index
Int32

Index array , na kterém chcete začít kopírovat.

Implementuje

Výjimky

Zadaná index hodnota je menší než nula nebo větší než nebo rovna délce pole.

array je null.

index plus aktuální počet je větší než délka pole.

Platí pro