UIPickerView.RowsInSection(UITableView, nint) Method

Definition

Developers should use RowsInComponent(nint) rather than this method.

[Foundation.Export("tableView:numberOfRowsInSection:")]
public virtual nint RowsInSection (UIKit.UITableView tableview, nint section);
abstract member RowsInSection : UIKit.UITableView * nint -> nint
override this.RowsInSection : UIKit.UITableView * nint -> nint

Parameters

tableview
UITableView
section
System.System.IntPtr System.nativeint

Returns

System.System.IntPtr System.nativeint

Implements

Attributes

Applies to