Java.Util.Regex.Matcher.HasTransparentBounds Property
Returns true if this matcher has transparent bounds enabled.

Syntax

[get: Android.Runtime.Register("hasTransparentBounds", "()Z", "GetHasTransparentBoundsHandler")]
public bool HasTransparentBounds { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if this matcher has transparent bounds enabled. When transparent bounds are enabled, the parts of the input outside the region are subject to lookahead and lookbehind, otherwise they are not. Transparent bounds are disabled by default.

[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