Table of Contents

Method GetEnumerator

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

GetEnumerator()

Gets an enumerator for the result objects.

public IEnumerator<TResult> GetEnumerator()

Returns

IEnumerator<TResult>

An enumerator for the result objects.