android.widget.BaseExpandableListAdapter_.hasStableIds C# (CSharp) Method

hasStableIds() public method

public hasStableIds ( ) : bool
return bool
        public override bool hasStableIds()
        {
            return global::MonoJavaBridge.JavaBridge.CallBooleanMethod(this, global::android.widget.BaseExpandableListAdapter_.staticClass, "hasStableIds", "()Z", ref global::android.widget.BaseExpandableListAdapter_._m1);
        }