CopyTo

ExtraColorSchemeCollection.CopyTo method

Copies all elements of the collection to the specified array.

public void CopyTo(Array array, int index)
ParameterTypeDescription
arrayArrayTarget array.
indexInt32Starting index in the array.

See Also