android.widget.ExpandableListView.getExpandableListAdapter C# (CSharp) Method

getExpandableListAdapter() public method

public getExpandableListAdapter ( ) : global::android.widget.ExpandableListAdapter
return global::android.widget.ExpandableListAdapter
        public virtual global::android.widget.ExpandableListAdapter getExpandableListAdapter()
        {
            return global::MonoJavaBridge.JavaBridge.CallIJavaObjectMethod<android.widget.ExpandableListAdapter>(this, global::android.widget.ExpandableListView.staticClass, "getExpandableListAdapter", "()Landroid/widget/ExpandableListAdapter;", ref global::android.widget.ExpandableListView._m8) as android.widget.ExpandableListAdapter;
        }