Holds recognition context (state).
Inheritance Hierarchy
NReco.NLQuery.Matchers.MatchBag
Namespace: NReco.NLQuery.Matchers
Assembly: NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax
The MatchBag type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MatchBag(TokenSequence) | Initializes a new instance of the MatchBag class |
![]() | MatchBag(TokenSequence, IEnumerable<Match>) | Initializes a new instance of the MatchBag class |
Properties
Name | Description | |
---|---|---|
![]() | Count | |
![]() | Matches | |
![]() | Statement |
Methods
Name | Description | |
---|---|---|
![]() | Add | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | Find<T> | |
![]() | FindByEnd | |
![]() | FindByStart | |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also