Share via


NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType>.AppendSections Method

Definition

[Foundation.Export("appendSectionsWithIdentifiers:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AppendSections(SectionIdentifierType[] sectionIdentifiers);
[<Foundation.Export("appendSectionsWithIdentifiers:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AppendSections : 'SectionIdentifierType[] -> unit
override this.AppendSections : 'SectionIdentifierType[] -> unit

Parameters

sectionIdentifiers
SectionIdentifierType[]
Attributes

Applies to