[]
        
(Showing Draft Content)

C1.Win.Input.TagCollection.CopyTo

CopyTo Method

CopyTo(Array, int)

Copies the entire TagCollection to a compatible one-dimensional array, starting at the specified index of the target array.

Declaration
public void CopyTo(Array array, int index)
Parameters
Type Name Description
Array array

The target array.

int index

Start index of the array.

Implements