Share via


NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType>.InsertSectionsBefore Method

Definition

[Foundation.Export("insertSectionsWithIdentifiers:beforeSectionWithIdentifier:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InsertSectionsBefore(SectionIdentifierType[] sectionIdentifiers, SectionIdentifierType toSectionIdentifier);
[<Foundation.Export("insertSectionsWithIdentifiers:beforeSectionWithIdentifier:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertSectionsBefore : 'SectionIdentifierType[] * 'SectionIdentifierType -> unit
override this.InsertSectionsBefore : 'SectionIdentifierType[] * 'SectionIdentifierType -> unit

Parameters

sectionIdentifiers
SectionIdentifierType[]
toSectionIdentifier
SectionIdentifierType
Attributes

Applies to