java.util.regex.Matcher.useTransparentBounds C# (CSharp) 메소드

useTransparentBounds() 공개 메소드

public useTransparentBounds ( bool arg0 ) : global::java.util.regex.Matcher
arg0 bool
리턴 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;
        }