Table of Contents

Class BindingGroupHandle

Namespace
GObject.Internal
Assembly
GObject-2.0.dll
public class BindingGroupHandle : ObjectHandle, IDisposable
Inheritance
BindingGroupHandle
Implements
Inherited Members

Constructors

BindingGroupHandle(nint, bool)

public BindingGroupHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

BindingGroupHandle

Type Parameters

T