Share via


NSDiffableDataSourceSectionSnapshot<ItemIdentifierType>.GetIndex Method

Definition

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

Parameters

item
ItemIdentifierType

Returns

IntPtr

nativeint

Attributes

Applies to