Table of Contents

Class SearchContextHandle

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

Constructors

SearchContextHandle(nint, bool)

public SearchContextHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

SearchContextHandle

Type Parameters

T