Table of Contents

Class CompletionContextHandle

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

Constructors

CompletionContextHandle(nint, bool)

public CompletionContextHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

CompletionContextHandle

Type Parameters

T