TopSet<T> Constructor (Int32, Comparison<T>)

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: System.Int32
max number of elements
compare
Type: System.Comparison<T>
comparer that used for determining top elements
See Also

Reference