Freigeben über


ServiceModelConfigurationSectionCollection.CopyTo-Methode

Geschützte Member einschließen
Geerbte Member einschließen

.NET Framework-Member einschließen

.NET Compact Framework-Member einschließen
XNA Framework-Member einschließen

Dieser Dokumentation für die Vorschau nur ist und in späteren Versionen geändert. Leere Themen wurden als Platzhalter eingefügt.]

Copies the List<T> or a portion of it to an array.

Überladen-Liste

  Name Beschreibung
Öffentliche Methode CopyTo(array<T[]) Copies the entire List<T> to a compatible one-dimensional array, starting at the beginning of the target array. (Von List<T> geerbt.)
Öffentliche Methode CopyTo(array<T[], Int32) Copies the entire List<T> to a compatible one-dimensional array, starting at the specified index of the target array. (Von List<T> geerbt.)
Öffentliche Methode CopyTo(Int32, array<T[], Int32, Int32) Copies a range of elements from the List<T> to a compatible one-dimensional array, starting at the specified index of the target array. (Von List<T> geerbt.)

Zum Seitenanfang

Siehe auch

Referenz

ServiceModelConfigurationSectionCollection Klasse

Member ServiceModelConfigurationSectionCollection

System.ServiceModel.Install.Configuration-Namespace