[]
Copies a range of items from the collection to a compatible one-dimensional array, starting at the specified index of the final array..
public void CopyTo(Bookmark[] values, int index)
Type | Name | Description |
---|---|---|
Bookmark[] | values | The collection into which the items are copied. |
int | index | The zero-basef index of the source collection from which the copying starts. |