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<ListContainsMatcher.ContainsType, KeyValuePair<int, string>, Match> getMatch )
Parameters
- values
- Type:System.String[]
- getMatch
- Type: System.Func<ListContainsMatcher.ContainsType, KeyValuePair<Int32, String>, Match>
See Also