Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.Generexes.StringerexMatch<TResult>

Summary

Represents the result of a regular expression match using Stringerex<TResult>.

Generic type parameters

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.
stringReturns the part of the original string which the regular expression matched.
stringGets the entire original string against which the regular expression was matched.
TResultContains the object generated from this match of the regular expression.