Initializes a new instance of the
MatchBag class
Namespace:
NReco.NLQuery.Matchers
Assembly:
NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
public MatchBag(
TokenSequence statement,
IEnumerable<Match> matches
)
Public Sub New (
statement As TokenSequence,
matches As IEnumerable(Of Match)
)
public:
MatchBag(
TokenSequence^ statement,
IEnumerable<Match^>^ matches
)
new :
statement : TokenSequence *
matches : IEnumerable<Match> -> MatchBag
Parameters
- statement
- Type: NReco.NLQueryTokenSequence
- matches
- Type: System.Collections.GenericIEnumerableMatch
Reference