In This Topic
Syntax
'Declaration
Public Overridable Function SectionFor( _
ByVal As UIKit.UITableView, _
ByVal As String, _
ByVal As IntPtr _
) As IntPtr
public virtual IntPtr SectionFor(
UIKit.UITableView ,
string ,
IntPtr
)
Parameters
- tableView
- title
- atIndex
See Also