ListContainsMatcher Constructor

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

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

public ListContainsMatcher(
	string[] values,
	Func<ListContainsMatcherContainsType, KeyValuePair<int, string>, Match> getMatch
)

Parameters

values
Type: SystemString
getMatch
Type: SystemFuncListContainsMatcherContainsType, KeyValuePairInt32, String, Match
See Also

Reference