Table of Contents

Method GetEnumerator

Namespace
MongoDB.Driver.Linq
Assembly
MongoDB.Driver.Legacy.dll

GetEnumerator()

Gets an enumerator for the results of a MongoDB LINQ query.

public IEnumerator<T> GetEnumerator()

Returns

IEnumerator<T>

An enumerator for the results of a MongoDB LINQ query.