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

getChildView() public abstract method

public abstract getChildView ( int arg0, int arg1, bool arg2, android arg3, android arg4 ) : global::android.view.View
arg0 int
arg1 int
arg2 bool
arg3 android
arg4 android
return global::android.view.View
        public abstract global::android.view.View getChildView(int arg0, int arg1, bool arg2, android.view.View arg3, android.view.ViewGroup arg4);