[]
Called by the collection view to find out how many items are to be rendered in the section specified by section.
public override nint GetItemsCount(UICollectionView collectionView, nint section)
| Type | Name | Description |
|---|---|---|
| UICollectionView | collectionView | Collection view displaying the items. |
| nint | section | Index of the section containing the items. |
| Type | Description |
|---|---|
| nint | Number of items in the section at index section. |