MatchBag Constructor (TokenSequence, IEnumerable<Match>)

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.NLQuery.TokenSequence
matches
Type: System.Collections.Generic.IEnumerable<Match>
See Also

Reference