MasterDetail.Droid.MasterAdapter.GetItem C# (CSharp) Method

GetItem() public method

public GetItem ( int position ) : Java.Lang.Object
position int
return Java.Lang.Object
        public override Java.Lang.Object GetItem(int position)
        {
            return position;
        }