 | BcfTableViewBaseTRowViewGetEnumerator Method |
[This is preliminary documentation and is subject to change.]
Returns an enumerator that iterates through the collection.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntaxpublic IEnumerator<TRowView> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of TRowView)
Return Value
Type:
IEnumeratorTRowViewAn enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also