Share via


UICollectionView.DeleteSections(NSIndexSet) Method

Definition

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

Parameters

sections
NSIndexSet
Attributes

Applies to