Table of Contents

Class SnippetChunkHandle

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

Constructors

SnippetChunkHandle(nint, bool)

public SnippetChunkHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

SnippetChunkHandle

Type Parameters

T