Table of Contents

Class MultiSorterHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class MultiSorterHandle : SorterHandle, IDisposable
Inheritance
MultiSorterHandle
Implements
Inherited Members

Constructors

MultiSorterHandle(nint, bool)

public MultiSorterHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static MultiSorterHandle For<T>(ConstructArgument[] constructArguments) where T : MultiSorter, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

MultiSorterHandle

Type Parameters

T