InterfaceIConvertibleObject<O>
Interface
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