DocumentReferenceCollection.CopyTo(DocumentReference[], Int32) Metod

Definition

Kopierar hela samlingen till en matris som börjar vid ett angivet matrisindex.

public:
 void CopyTo(cli::array <System::Windows::Documents::DocumentReference ^> ^ array, int arrayIndex);
public void CopyTo(System.Windows.Documents.DocumentReference[] array, int arrayIndex);
member this.CopyTo : System.Windows.Documents.DocumentReference[] * int -> unit
Public Sub CopyTo (array As DocumentReference(), arrayIndex As Integer)

Parametrar

array
DocumentReference[]

Målmatrisen som elementen från samlingen ska kopieras till.

arrayIndex
Int32

Det nollbaserade startindexet i matrisen där samlingselementen ska kopieras.

Kommentarer

Stöd för grundläggande samling. Implementerar ICollection<T>.CopyTo.

Gäller för