MongoRepository(T, TKey).GetEnumerator Method

MongoRepository

MongoRepositoryT, TKeyGetEnumerator Method
Returns an enumerator that iterates through a collection.

Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
public virtual IEnumerator<T> GetEnumerator()
Public Overridable Function GetEnumerator As IEnumerator(Of T)
public:
virtual IEnumerator<T>^ GetEnumerator()
abstract GetEnumerator : unit -> IEnumerator<'T> 
override GetEnumerator : unit -> IEnumerator<'T> 

Return Value

Type: IEnumeratorT
An IEnumerator<T> object that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also