LGSPMatchesListMatch, MatchInterface Properties |
The LGSPMatchesListMatch, MatchInterface generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
The number of matches in this list.
| |
| First |
The first match of this list.
| |
| FirstExact |
Returns the first match of exact type (null if no match exists).
| |
| FirstImplementation |
Returns the first match of exact type (null if no match exists).
| |
| Item |
Returns the match with the given index.
This may be slow. If you want to iterate over the elements the Matches IEnumerable should be used.
| |
| Producer |
The action object used to generate this LGSPMatchesList object
| |
| Root |
The root element of the list.
|