NSFetchedResultsController.SectionFor(String, nint) 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.
Returns the section number for the specified title
and index.
[Foundation.Export("sectionForSectionIndexTitle:atIndex:")]
public virtual nint SectionFor (string title, nint atIndex);
abstract member SectionFor : string * nint -> nint
override this.SectionFor : string * nint -> nint
Parameters
- title
- String
- atIndex
- System.System.IntPtr System.nativeint
Returns
System.System.IntPtr
System.nativeint
- Attributes