UICollectionViewDataSource_Extensions.NumberOfSections Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The number of sections in this UICollectionViewDataSource.
public static nint NumberOfSections (this UIKit.IUICollectionViewDataSource This, UIKit.UICollectionView collectionView);
static member NumberOfSections : UIKit.IUICollectionViewDataSource * UIKit.UICollectionView -> nint
Parameters
The instance on which this extension method operates.
- collectionView
- UICollectionView
The collection view that originated the request.
Returns
System.System.IntPtr
System.nativeint