Share via


NSFetchedResultsController.SectionFor(String, IntPtr) Method

Definition

Returns the section number for the specified title and index.

[Foundation.Export("sectionForSectionIndexTitle:atIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr SectionFor(string title, IntPtr atIndex);
[<Foundation.Export("sectionForSectionIndexTitle:atIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SectionFor : string * nativeint -> nativeint
override this.SectionFor : string * nativeint -> nativeint

Parameters

title
String
atIndex
IntPtr

nativeint

Returns

IntPtr

nativeint

Attributes

Applies to