Table of Contents

Class BuilderCScopeHandle

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

Constructors

BuilderCScopeHandle(nint, bool)

public BuilderCScopeHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

BuilderCScopeHandle

Type Parameters

T