UITableViewController.RowsInSection(UITableView, nint) Method

Definition

The number of rows in the specified section.

[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