MatchBag Class

NReco.NLQuery Class Library Documentation
Holds recognition context (state).
Inheritance Hierarchy

SystemObject
  NReco.NLQuery.MatchersMatchBag

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

public class MatchBag

The MatchBag type exposes the following members.

Constructors

  NameDescription
Public methodMatchBag(TokenSequence)
Initializes a new instance of the MatchBag class
Public methodMatchBag(TokenSequence, IEnumerableMatch)
Initializes a new instance of the MatchBag class
Top
Properties

  NameDescription
Public propertyCount
Public propertyMatches
Public propertyStatement
Top
Methods

  NameDescription
Public methodAdd
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindT
Public methodFindByEnd
Public methodFindByStart
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference