TopSetTAdd Method

NReco.NLQuery Class Library Documentation
Adds an element into the [!:TopSet].

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

public bool Add(
	T elem
)

Parameters

elem
Type: T
element to add

Return Value

Type: Boolean
true if item is added to the collection; otherwise, false.
See Also

Reference