共用方式為


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

實作

屬性

適用於