Table of Contents

Class MarkAttributesHandle

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

Constructors

MarkAttributesHandle(nint, bool)

public MarkAttributesHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

MarkAttributesHandle

Type Parameters

T