CryptographicAttributeObjectCollection.ICollection.CopyTo Metoda

Definice

Zkopíruje prvky této CryptographicAttributeObjectCollection kolekce do Array pole počínaje konkrétní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

Jednorozměrné Array pole, které je cílem prvků zkopírovaných z tohoto CryptographicAttributeObjectCollection. Pole Array musí mít indexování založené na nule.

index
Int32

Index založený na nule v poli array, ve kterém kopírování začíná.

Implementuje

Platí pro