Table of Contents

Class StringListHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class StringListHandle : ObjectHandle, IDisposable
Inheritance
StringListHandle
Implements
Inherited Members

Constructors

StringListHandle(nint, bool)

public StringListHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

StringListHandle

Type Parameters

T