Share via


INSFetchedResultsControllerDelegate.SectionFor Method

Definition

[Foundation.Export("controller:sectionIndexTitleForSectionName:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? SectionFor(CoreData.NSFetchedResultsController controller, string sectionName);
[<Foundation.Export("controller:sectionIndexTitleForSectionName:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to