[]
Defines the Lexicon.Match class.
public class Lexicon.Match
A match indicates the finding of special pattern during the parse processing.
| Name | Description |
|---|---|
| Match(Lexicon, string) | Construtor. |
| Name | Description |
|---|---|
| ID | Gets the id. |
| Success | Gets a value indicates whether is a sucess match. |
| Text | Gets the mathed text. |
| Name | Description |
|---|---|
| NextMatch() | Gets the next match. |