[]
        
(Showing Draft Content)

C1.iOS.DataCollection.C1CollectionViewSource-1.GetItemsCount

GetItemsCount Method

GetItemsCount(UICollectionView, nint)

Called by the collection view to find out how many items are to be rendered in the section specified by section.

Declaration
public override nint GetItemsCount(UICollectionView collectionView, nint section)
Parameters
Type Name Description
UICollectionView collectionView

Collection view displaying the items.

nint section

Index of the section containing the items.

Returns
Type Description
nint

Number of items in the section at index section.