 | BcfFaultViewCollectionTFaultViewCopyTo Method |
[This is preliminary documentation and is subject to change.]
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.0.0-beta7
Syntaxpublic void CopyTo(
TFaultView[] array,
int arrayIndex
)
Public Sub CopyTo (
array As TFaultView(),
arrayIndex As Integer
)
Parameters
- array
- Type: TFaultView
The destination array. - arrayIndex
- Type: SystemInt32
The destination array-index to start copy.
Implements
ICollectionTCopyTo(T, Int32)
See Also