AggregateCountResult Constructor |
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax public AggregateCountResult(
long count
)
Public Sub New (
count As Long
)
new :
count : int64 -> AggregateCountResult
Parameters
- count
- Type: SystemInt64
The count.
See Also