Table of Contents

Class MapListModelHandle

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

Constructors

MapListModelHandle(nint, bool)

public MapListModelHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

MapListModelHandle

Type Parameters

T