TopSetT Constructor (Int32, ComparisonT)

NReco.NLQuery Class Library Documentation
Initializes a new instance of the [!:TopSet] class.

Namespace:  NReco.NLQuery
Assembly:  NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax

public TopSet(
	int maxSize,
	Comparison<T> compare
)

Parameters

maxSize
Type: SystemInt32
max number of elements
compare
Type: SystemComparisonT
comparer that used for determining top elements
See Also

Reference