Table of Contents

Class HoverContextHandle

Namespace
GtkSource.Internal
Assembly
GtkSource-5.dll
public class HoverContextHandle : ObjectHandle, IDisposable
Inheritance
HoverContextHandle
Implements
Inherited Members

Constructors

HoverContextHandle(nint, bool)

public HoverContextHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

HoverContextHandle

Type Parameters

T