Click or drag to resize
AggregateFacetResults Constructor
Initializes a new instance of the AggregateFacetResults class.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax
public AggregateFacetResults(
	AggregateFacetResult[] facets
)

Parameters

facets
Type: MongoDB.DriverAggregateFacetResult
The facets.
See Also