Table of Contents

Class AnnotationsHandle

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

Constructors

AnnotationsHandle(nint, bool)

public AnnotationsHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AnnotationsHandle

Type Parameters

T