Table of Contents

Class PropertyActionHandle

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

Constructors

PropertyActionHandle(nint, bool)

public PropertyActionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

PropertyActionHandle

Type Parameters

T