 | 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
Syntaxpublic int IndexOf(
TFaultView faultView
)
Public Function IndexOf (
faultView As TFaultView
) As Integer
Parameters
- faultView
- Type: TFaultView
The fault-view.
Return Value
Type:
Int32The index of
faultView if found in the list; otherwise, -1.
Implements
IListTIndexOf(T)
See Also