TopSetT Constructor (Int32, IComparerT)

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,
	IComparer<T> comparer
)

Parameters

maxSize
Type: SystemInt32
max number of elements
comparer
Type: System.Collections.GenericIComparerT
comparer that used for determining top elements
See Also

Reference