Java.Util.Regex.IMatchResult
Holds the results of a successful match of a Java.Util.Regex.Pattern against a given string.

See Also: IMatchResult Members

Syntax

[Android.Runtime.Register("java/util/regex/MatchResult", "", "Java.Util.Regex.IMatchResultInvoker")]
public interface IMatchResult : Android.Runtime.IJavaObject, IDisposable

Remarks

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.

[Android Documentation]

Requirements

Namespace: Java.Util.Regex
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1