ConfigurationElementCollection.ICollection.CopyTo(Array, Int32) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Kopierar ConfigurationElementCollection till en matris.
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
Parametrar
- arr
- Array
Matris som du vill kopiera den här ConfigurationElementCollection.
- index
- Int32
Indexplats där kopieringen ska börja.