Share via


NSFetchedResultsControllerDelegate.SectionFor Method

Definition

[Foundation.Export("controller:sectionIndexTitleForSectionName:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? SectionFor(CoreData.NSFetchedResultsController controller, string sectionName);
[<Foundation.Export("controller:sectionIndexTitleForSectionName:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SectionFor : CoreData.NSFetchedResultsController * string -> string
override this.SectionFor : CoreData.NSFetchedResultsController * string -> string

Parameters

sectionName
String

Returns

Implements

Attributes

Applies to