Version: 2022.3
言語: 日本語
public void CopyTo (Type[] array, int arrayIndex);
public void CopyTo (Array array, int arrayIndex);

パラメーター

array The one-dimensional destination Array to which elements are copied from TypeCollection.
arrayIndex The zero-based index where elements are copied to in the destination Array.

説明

Copies the collection to an array.

The destination array should contain enough space to fit the collection. The destination array must be of type Type[].