Table of Contents

Class ContentSerializerHandle

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

Constructors

ContentSerializerHandle(nint, bool)

public ContentSerializerHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ContentSerializerHandle

Type Parameters

T