UITableViewController.RowsInSection(UITableView, nint) 方法

定义

指定节中的行数。

[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

参数

tableView
UITableView
section
System.System.IntPtr System.nativeint

返回

System.System.IntPtr System.nativeint

实现

属性

适用于