Table of Contents

Class CustomSorterHandle

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

Constructors

CustomSorterHandle(nint, bool)

public CustomSorterHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

CustomSorterHandle

Type Parameters

T