Share via


NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType>.InsertSectionsAfter Method

Definition

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

Parameters

sectionIdentifiers
SectionIdentifierType[]
toSectionIdentifier
SectionIdentifierType
Attributes

Applies to