Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.Generexes.GenerexMatch<T, TResult>

Summary

Represents the result of a regular expression match using Generex<T, TResult>.

Generic type parameters

T Type of the objects in the collection.
TResult Type of the result object associated with this regular expression match.

Instance properties

intGets the index in the original collection at which the match occurred.
intGets the length of the match.
T[]Returns a slice of the original collection which the regular expression matched.
T[]Gets the entire original sequence against which the regular expression was matched.
TResultContains the object generated from this match of the regular expression.