Share via


NSFetchedResultsController.Sections Property

Definition

Gets the sections of the fetch results.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreData.INSFetchedResultsSectionInfo[]? Sections { [Foundation.Export("sections")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("sections")>]
member this.Sections : CoreData.INSFetchedResultsSectionInfo[]

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to