Share via


UICollectionView.ReloadSections(NSIndexSet) Method

Definition

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

Parameters

sections
NSIndexSet
Attributes

Applies to