TransactionQueryTObject, TRepositoryGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
Aloe.SystemFrameworks.Domain.LINQ
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic IEnumerator<TObject> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of TObject)
public:
virtual IEnumerator<TObject>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'TObject>
override GetEnumerator : unit -> IEnumerator<'TObject>
Return Value
Type:
IEnumeratorTObject
A
IEnumeratorT that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also