[]
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)
Public Overrides Function GetItemsCount(collectionView As UICollectionView, section As IntPtr) As IntPtr
| 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. |