OutlineCollection.CopyTo

OutlineCollection.CopyTo method

Copies the outline items to an System.Array, starting at a particular System.Array index.

public override void CopyTo(OutlineItemCollection[] array, int index)
ParameterTypeDescription
arrayOutlineItemCollection[]The one-dimensional System.Array that is the destination. Must have zero-based indexing.
indexInt32The zero-based index in array at which copying begins.

See Also