Table of Contents

Class SnippetHandle

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

Constructors

SnippetHandle(nint, bool)

public SnippetHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

SnippetHandle

Type Parameters

T