Click or drag to resize

LGSPMatchesListMatch, MatchInterface Properties

The LGSPMatchesListMatch, MatchInterface generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of matches in this list.
Public propertyFirst
The first match of this list.
Public propertyFirstExact
Returns the first match of exact type (null if no match exists).
Public propertyFirstImplementation
Returns the first match of exact type (null if no match exists).
Public propertyItem
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.
Public propertyProducer
The action object used to generate this LGSPMatchesList object
Public propertyRoot
The root element of the list.
Top
See Also