BillSplitter.AppDelegate.PeopleModel.GetComponentCount C# (CSharp) Method

GetComponentCount() public method

public GetComponentCount ( UIPickerView v ) : int
v UIPickerView
return int
            public override int GetComponentCount(UIPickerView v)
            {
                return 2;
            }