XmlAttributeCollection.ICollection.CopyTo(Array, Int32) Methode

Definition

Eine Beschreibung dieses Mitglieds finden Sie unter CopyTo(XmlAttribute[], Int32).

 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

Parameter

array
Array

Das Array, das das Ziel der objekte ist, die aus dieser Auflistung kopiert wurden.

index
Int32

Der Index im Array, in dem das Kopieren beginnt.

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die XmlAttributeCollection Instanz in eine ICollection Schnittstelle umgegossen wird.

Gilt für: