Click or drag to resize
BatchableSourceT Constructor (IEnumeratorT)

Namespace: MongoDB.Driver.Core.Misc
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public BatchableSource(
	IEnumerator<T> enumerator
)

Parameters

enumerator
Type: System.Collections.GenericIEnumeratorT
The enumerator that will provide the items for the batch.
See Also