Dil

SimpleExpandableListAdapter.GetChild(Int32, Int32) Method

Definition

Gets the child.

[Android.Runtime.Register("getChild", "(II)Ljava/lang/Object;", "GetGetChild_IIHandler")]
public override Java.Lang.Object? GetChild(int groupPosition, int childPosition);
[<Android.Runtime.Register("getChild", "(II)Ljava/lang/Object;", "GetGetChild_IIHandler")>]
override this.GetChild : int * int -> Java.Lang.Object

Parameters

groupPosition
Int32

int

childPosition
Int32

int

Returns

The result of the get child operation.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Java documentation for SimpleExpandableListAdapter.

Applies to