Table of Contents

Class AnnotationProviderHandle

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

Constructors

AnnotationProviderHandle(nint, bool)

public AnnotationProviderHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AnnotationProviderHandle

Type Parameters

T