ImmutableArray<T>.ICollection.CopyTo(Array, Int32) Metoda

Definice

Zkopíruje toto pole do jiného 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é chcete toto pole zkopírovat.

index
Int32

Index v cílovém poli pro spuštění operace kopírování.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v ImmutableArray<T> případě, že je instance přetypovaná na ICollection rozhraní.

Platí pro