CalculationWorks Logo
BcfTableViewBaseTRowViewCopyTo Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

[This is preliminary documentation and is subject to change.]

Copies the items to a compatible one-dimensional array, starting at the specified index of the target array.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 1.1.0.0
Syntax

public void CopyTo(
	TRowView[] array,
	int arrayIndex
)

Parameters

array
Type: TRowView
The one-dimensional Array that is the destination of the elements copied from RowViews. The Array must have zero-based indexing.
arrayIndex
Type: SystemInt32
The zero-based index in array at which copying begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also

Reference