Table of Contents

Interface IVariantValueConvertable

Namespace
Tmds.DBus.Protocol
Assembly
Tmds.DBus.Protocol.dll

Internal interface that enables creating VariantValues from composite types.

public interface IVariantValueConvertable

Methods

AsVariantValue()

Converts this instance to a VariantValue.

VariantValue AsVariantValue()

Returns

VariantValue

The VariantValue representation of this instance.