Table of Contents

Class AnnotationHandle

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

Constructors

AnnotationHandle(nint, bool)

public AnnotationHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AnnotationHandle

Type Parameters

T