android.widget.BaseExpandableListAdapter.getCombinedGroupId C# (CSharp) Method

getCombinedGroupId() public method

public getCombinedGroupId ( long arg0 ) : long
arg0 long
return long
        public virtual long getCombinedGroupId(long arg0)
        {
            return global::MonoJavaBridge.JavaBridge.CallLongMethod(this, global::android.widget.BaseExpandableListAdapter.staticClass, "getCombinedGroupId", "(J)J", ref global::android.widget.BaseExpandableListAdapter._m17, global::MonoJavaBridge.JavaBridge.ConvertToValue(arg0));
        }