ListBox.ObjectCollection.ICollection.CopyTo(Array, Int32) Yöntem

Tanım

Koleksiyonun öğelerini belirli bir dizi dizininden başlayarak bir diziye kopyalar.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

destdestination
Array

öğesinden ICollectionkopyalanan öğelerin hedefi olan tek boyutlu dizi. Dizinin sıfır tabanlı dizinlemeye sahip olması gerekir.

index
Int32

Kopyalamanın başladığı dizideki sıfır tabanlı dizin.

Uygulamalar

Özel durumlar

Dizi türü içindeki ListBox.ObjectCollectionöğelerle uyumlu değil.

.NET 5 ve üzeri: destination olur null.

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir ICollection arabirime ListBox.ObjectCollection yayınlandığında kullanılabilir.

Şunlara uygulanır