 | BcfViewManagerDataRepositoryGetEnumerator 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 ListTEnumerator GetEnumerator()
Public Function GetEnumerator As ListTEnumerator
Return Value
Type:
ListTEnumeratorAn enumerator that can be used to iterate through the collection.
See Also