Share via


NSIndexPath.FromItemSection(IntPtr, IntPtr) Method

Definition

Creates an NSIndexPath from the given item and section values.

[Foundation.Export("indexPathForItem:inSection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSIndexPath FromItemSection(IntPtr item, IntPtr section);
[<Foundation.Export("indexPathForItem:inSection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromItemSection : nativeint * nativeint -> Foundation.NSIndexPath

Parameters

item
IntPtr

nativeint

Item value.

section
IntPtr

nativeint

Section value.

Returns

New instance of the NSIndexPath.

Attributes

Applies to