X509ExtensionCollection.ICollection.CopyTo(Array, Int32) Metoda

Definice

Zkopíruje kolekci 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 X509Extension objektů.

index
Int32

Umístění v poli, na kterém začíná kopírování.

Implementuje

Výjimky

index je řetězec nulové délky nebo obsahuje neplatnou hodnotu.

index je null.

index určuje hodnotu, která není v oblasti pole.

Platí pro