Summary
Copies the collection's contents to an array.
- Namespace
- Avalonia
.Collections - Containing Type
- AvaloniaList
<T>
Syntax
public void CopyTo(T[] array, int arrayIndex)
Parameters
Name | Type | Description |
---|---|---|
array | T[] | The array. |
arrayIndex | int | The first index of the array to copy to. |
Return Value
Type | Description |
---|---|
void |