Outlines.CopyTo

Outlines.CopyTo method

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

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

See Also