Table of Contents

Class CollectionHandle

Namespace
Secret.Internal
Assembly
Secret-1.dll
public class CollectionHandle : DBusProxyHandle, IDisposable
Inheritance
CollectionHandle
Implements
Inherited Members

Constructors

CollectionHandle(nint, bool)

public CollectionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

CollectionHandle

Type Parameters

T