Share via


UICollectionViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType>.GetIndex Method

Definition

[Foundation.Export("indexForSectionIdentifier:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetIndex(SectionIdentifierType sectionIdentifier);
[<Foundation.Export("indexForSectionIdentifier:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetIndex : 'SectionIdentifierType -> nativeint
override this.GetIndex : 'SectionIdentifierType -> nativeint

Parameters

sectionIdentifier
SectionIdentifierType

Returns

IntPtr

nativeint

Attributes

Applies to