UICollectionView.NumberOfItemsInSection(nint) 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.
Returns the number of items in the specified section.
[Foundation.Export("numberOfItemsInSection:")]
public virtual nint NumberOfItemsInSection(nint section);abstract member NumberOfItemsInSection : nint -> nint
override this.NumberOfItemsInSection : nint -> nintParameters
- section
- System.System.IntPtr System.nativeint
The index of the section.
Returns
		
		System.System.IntPtr
System.nativeint
	
	The number of items in the specified section.
- Attributes