Table of Contents

Class SnippetContextHandle

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

Constructors

SnippetContextHandle(nint, bool)

public SnippetContextHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

SnippetContextHandle

Type Parameters

T