NSIndexPath.FromItemSection(IntPtr, IntPtr) 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.
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