| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/TypeCache.MethodCollection.CopyTo.html | [Back] [Original] |
| Parameter | Description |
|---|---|
| array | The one-dimensional destination Array to which elements are copied from MethodCollection. |
| 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 MethodInfo[].
| Web Proxy Viewer | New URL | Original Page |