Click or drag to resize

AggregateFacetResult<TOutput> Constructor

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
Syntax
public AggregateFacetResult(
	string name,
	IEnumerable<TOutput> output
)

Parameters

name
Type: System.String
The name.
output
Type: System.Collections.Generic.IEnumerable<TOutput>
The output.
See Also