Click or drag to resize

BcfFaultViewCollectionTFaultViewCopyTo Method

Copies all the elements of the current one-dimensional Array to the specified one-dimensional Array starting at the specified destination Array index.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public void CopyTo(
	TFaultView[] array,
	int arrayIndex
)

Parameters

array
Type: TFaultView
The destination array.
arrayIndex
Type: SystemInt32
The destination array-index to start copy.

Implements

ICollectionTCopyTo(T, Int32)
See Also