Table of Contents

Class CompletionWordsHandle

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

Constructors

CompletionWordsHandle(nint, bool)

public CompletionWordsHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

CompletionWordsHandle

Type Parameters

T