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

getCombinedChildId() public method

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