Table of Contents

Class BuilderListItemFactoryHandle

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

Constructors

BuilderListItemFactoryHandle(nint, bool)

public BuilderListItemFactoryHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

BuilderListItemFactoryHandle

Type Parameters

T