ConfigurationElementCollection.ICollection.CopyTo(Array, Int32) Metoda

Definice

Zkopíruje objekt do ConfigurationElementCollection pole.

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

Parametry

arr
Array

Pole, do kterého chcete zkopírovat .ConfigurationElementCollection

index
Int32

Umístění indexu, ve kterém chcete začít kopírovat.

Implementuje

Platí pro