UIKit.UICollectionViewDataSource Members

The members of UIKit.UICollectionViewDataSource are listed below.

See Also: Inherited members from Foundation.NSObject

Protected Constructors

Default constructor, initializes a new instance of this class.
Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Methods

abstract
GetCell(UICollectionView, Foundation.NSIndexPath) : UICollectionViewCell
The cell at the specified indexPath.
abstract
GetItemsCount(UICollectionView, nint) : nint
The number of items in the specified section.
GetViewForSupplementaryElement(UICollectionView, Foundation.NSString, Foundation.NSIndexPath) : UICollectionReusableView
Retrieves the UICollectionReusableView for the specified elementKind at the specified indexPath.
NumberOfSections(UICollectionView) : nint
The number of sections in the UICollectionView.