| WeakReferenceListBaseTGetEnumerator Method  | 
 
            Returns an enumerator that iterates through the collection.
            
 
    Namespace: 
   VelocityDb.Collection
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
 Syntax
Syntaxpublic 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
IEnumerableTGetEnumerator See Also
See Also