android.widget.CheckedTextView.isChecked C# (CSharp) Method

isChecked() public method

public isChecked ( ) : bool
return bool
        public virtual bool isChecked()
        {
            return global::MonoJavaBridge.JavaBridge.CallBooleanMethod(this, global::android.widget.CheckedTextView.staticClass, "isChecked", "()Z", ref global::android.widget.CheckedTextView._m1);
        }