Table of Contents

Class NumericSorterHandle

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

Constructors

NumericSorterHandle(nint, bool)

public NumericSorterHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

NumericSorterHandle

Type Parameters

T