Table of Contents

Class CompletionSnippetsHandle

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

Constructors

CompletionSnippetsHandle(nint, bool)

public CompletionSnippetsHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

CompletionSnippetsHandle

Type Parameters

T