Share via


UIPickerView.RowsInSection(UITableView, IntPtr) Method

Definition

Developers should use RowsInComponent(IntPtr) rather than this method.

[Foundation.Export("tableView:numberOfRowsInSection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr RowsInSection(UIKit.UITableView tableView, IntPtr section);
[<Foundation.Export("tableView:numberOfRowsInSection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RowsInSection : UIKit.UITableView * nativeint -> nativeint
override this.RowsInSection : UIKit.UITableView * nativeint -> nativeint

Parameters

tableView
UITableView
section
IntPtr

nativeint

Returns

IntPtr

nativeint

Implements

Attributes

Applies to