Table of Contents

Class TagHandle

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

Constructors

TagHandle(nint, bool)

public TagHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

TagHandle

Type Parameters

T