java.util.regex.Matcher.useTransparentBounds C# (CSharp) Méthode

useTransparentBounds() public méthode

public useTransparentBounds ( bool arg0 ) : global::java.util.regex.Matcher
arg0 bool
Résultat global::java.util.regex.Matcher
        public global::java.util.regex.Matcher useTransparentBounds(bool arg0)
        {
            return global::MonoJavaBridge.JavaBridge.CallSealedClassObjectMethod<java.util.regex.Matcher>(this, global::java.util.regex.Matcher.staticClass, "useTransparentBounds", "(Z)Ljava/util/regex/Matcher;", ref global::java.util.regex.Matcher._m28, global::MonoJavaBridge.JavaBridge.ConvertToValue(arg0)) as java.util.regex.Matcher;
        }