Click or drag to resize

BcfFaultViewCollectionTFaultViewIndexOf Method

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

Determines the index of a specific fault-view in the IList.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntax
public int IndexOf(
	TFaultView faultView
)

Parameters

faultView
Type: TFaultView
The fault-view.

Return Value

Type: Int32
The index of faultView if found in the list; otherwise, -1.

Implements

IListTIndexOf(T)
See Also