| EquatableListTIEnumerableGetEnumerator Method |
Returns an enumerator that iterates through a collection.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
SyntaxIEnumerator IEnumerable.GetEnumerator()
Return Value
Type:
IEnumeratorAn
IEnumerator object that can be used to iterate through the collection.
Implements
IEnumerableGetEnumerator
See Also