UICollectionView.NumberOfItemsInSection(nint) Method

Definition

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 -> nint

Parameters

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

Applies to