Table of Contents

Class BuilderHandle

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

Constructors

BuilderHandle(nint, bool)

public BuilderHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

BuilderHandle

Type Parameters

T