UITableViewDataSource_Extensions.NumberOfSections 메서드

정의

데이터를 표시하는 데 필요한 섹션 수를 반환합니다.

public static nint NumberOfSections (this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView);
static member NumberOfSections : UIKit.IUITableViewDataSource * UIKit.UITableView -> nint

매개 변수

This
IUITableViewDataSource

이 확장 메서드가 작동하는 인스턴스입니다.

tableView
UITableView

섹션을 표시하는 테이블 뷰입니다.

반환

System.System.IntPtr System.nativeint

적용 대상