| Match Methods |
The Match type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NextMatch |
Returns a new System.Text.RegularExpressions.Match object with the results
for the next match, starting at the position at which the last match ended
(at the character after the last matched character).
| |
| Result |
Returns the expansion of the specified replacement pattern.
| |
| ToString | (Inherited from Group.) |