IUITableViewDataSource.RowsInSection(UITableView, nint) 方法

定义

指定节中的行数。

[Foundation.Export("tableView:numberOfRowsInSection:")]
[Foundation.Preserve(Conditional=true)]
public nint RowsInSection (UIKit.UITableView tableView, nint section);
abstract member RowsInSection : UIKit.UITableView * nint -> nint

参数

tableView
UITableView
section
System.System.IntPtr System.nativeint

包含行的节的索引。

返回

System.System.IntPtr System.nativeint
属性

适用于