CopyTo

CustomXmlPartCollection.CopyTo method

Copy to specified array.

public void CopyTo(Array array, int index)
ParameterTypeDescription
arrayArrayArray to copy to.
indexInt32Index to begin copying.

See Also