Share via


NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType>.ReloadSections Method

Definition

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

Parameters

sectionIdentifiers
SectionIdentifierType[]
Attributes

Applies to