[]
Copies the entire TagCollection to a compatible one-dimensional array, starting at the specified index of the target array.
public void CopyTo(Array array, int index)
| Type | Name | Description |
|---|---|---|
| Array | array | The target array. |
| int | index | Start index of the array. |