Click or drag to resize

BcfFaultViewCollectionTFaultViewGetEnumerator Method

Returns an enumerator that iterates through this instance"/>.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public IEnumerator<TFaultView> GetEnumerator()

Return Value

Type: IEnumeratorTFaultView
An enumerator that can be used to iterate through this instance.

Implements

IEnumerableTGetEnumerator
See Also