.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. UIKit
  3. UITableViewDataSource
  4. RowsInSection(UITableView, nint)
  • UITableViewDataSource
    • UITableViewDataSource()
    • UITableViewDataSource(IntPtr)
    • UITableViewDataSource(NativeHandle)
    • UITableViewDataSource(NSObjectFlag)
    • CanEditRow(UITableView, NSIndexPath)
    • CanMoveRow(UITableView, NSIndexPath)
    • CommitEditingStyle(UITableView, UITableViewCellEditingStyle, NSIndexPath)
    • GetCell(UITableView, NSIndexPath)
    • MoveRow(UITableView, NSIndexPath, NSIndexPath)
    • NumberOfSections(UITableView)
    • RowsInSection(UITableView, nint)
    • RowsInSection(UITableView, nint)
    • SectionFor(UITableView, String, nint)
    • SectionFor(UITableView, String, nint)
    • SectionIndexTitles(UITableView)
    • TitleForFooter(UITableView, nint)
    • TitleForFooter(UITableView, nint)
    • TitleForHeader(UITableView, nint)
    • TitleForHeader(UITableView, nint)
xamarinios
namespace UIKit
{
    [Model]
    [Protocol]
    [Register("Xamarin_iOS__UIKit_UITableViewDataSource", false)]
    public abstract class UITableViewDataSource : NSObject, INativeObject, IDisposable, IUITableViewDataSource
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("tableView:numberOfRowsInSection:")]
        public abstract nint RowsInSection(UITableView! tableView, nint section);
    }
}
Xamarin iOS 0.0
Xamarin tvOS 0.0
Information specific to xamarinios
Assembly

Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙