Constructor AggregateFacetResult
AggregateFacetResult(string, IEnumerable<TOutput>)
Initializes a new instance of the AggregateFacetResult<TOutput> class.
public AggregateFacetResult(string name, IEnumerable<TOutput> output)Parameters
- namestring
- The name. 
- outputIEnumerable<TOutput>
- The output.