 | BcfFaultViewCollectionTFaultViewItem Property |
[This is preliminary documentation and is subject to change.]
Gets the fault-view at the specified index.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntaxpublic TFaultView this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As TFaultView
Get
Parameters
- index
- Type: SystemInt32
Return Value
Type:
TFaultViewThe fault-view at the specified index.
Implements
IReadOnlyListTItemInt32
Exceptions
See Also