CopyTo

SmartArtNodeCollection.CopyTo method

Copies all elements from the collection to the specified array.

public void CopyTo(Array array, int index)
ParameterTypeDescription
arrayArray
indexInt32

See Also