WeakReferenceListBaseTGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
public:
virtual IEnumerator<T>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'T>
override GetEnumerator : unit -> IEnumerator<'T>
Return Value
Type:
IEnumeratorTAn enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumeratorSee Also