Table of Contents

Class SortListModelHandle

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

Constructors

SortListModelHandle(nint, bool)

public SortListModelHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

SortListModelHandle

Type Parameters

T