See Also: IMatchResult Members
Holds the results of a successful match of a Java.Util.Regex.Pattern against a given string. Typically this is an instance of Java.Util.Regex.Matcher, but since that's a mutable class it's also possible to freeze its current state using Matcher.ToMatchResult.