MatchBag Constructor (TokenSequence, IEnumerableMatch)

NReco.NLQuery Class Library Documentation
Initializes a new instance of the MatchBag class

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

public MatchBag(
	TokenSequence statement,
	IEnumerable<Match> matches
)

Parameters

statement
Type: NReco.NLQueryTokenSequence
matches
Type: System.Collections.GenericIEnumerableMatch
See Also

Reference