Interface
IConvertibleObject<O>

Defines a contract for objects that can be converted to another type.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Common

Assembly:Telerik.Maui.Controls.Compatibility.dll

Type Parameters:

O

The type to convert to.

Syntax:

cs-api-definition
public interface IConvertibleObject<O>

Properties

Instance

Gets the converted instance.

Declaration

cs-api-definition
O Instance { get; }

Property Value

O

In this article
DefinitionPropertiesInstance
Not finding the help you need?
Contact Support