MindFusion.Wpf Pack Programmer's Guide
UndoableCollection(T).CopyTo Method
See Also
 





Copies the elements of this collection to the specified array starting at the specified index within the array.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public void CopyTo (
    Array array,
    int index
)

Visual Basic  Copy Code

Public Sub CopyTo( _
    array As Array, _
    index As Integer _
)

 Parameters

array

A one-dimensional array that is the destination of the copied elements.

index

The zero-based index in array at which copying begins.

 See Also

UndoableCollection(T) Members
UndoableCollection(T) Class
MindFusion.Spreadsheet.Wpf Namespace