Click or drag to resize
BatchableSourceTCurrent Property
Gets the current item.

Namespace: MongoDB.Driver.Core.Misc
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public T Current { get; }

Property Value

Type: T
The current item.
See Also