Table of Contents

Class EntryRowHandle

Namespace
Adw.Internal
Assembly
Adw-1.dll
public class EntryRowHandle : PreferencesRowHandle, IDisposable
Inheritance
EntryRowHandle
Implements
Derived
Inherited Members

Constructors

EntryRowHandle(nint, bool)

public EntryRowHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

EntryRowHandle

Type Parameters

T