Share via


NSCollectionView.MoveSection(IntPtr, IntPtr) Method

Definition

[Foundation.Export("moveSection:toSection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void MoveSection(IntPtr section, IntPtr newSection);
[<Foundation.Export("moveSection:toSection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member MoveSection : nativeint * nativeint -> unit
override this.MoveSection : nativeint * nativeint -> unit

Parameters

section
IntPtr

nativeint

newSection
IntPtr

nativeint

Attributes

Applies to