IConvertibleObject<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:
C#
public interface IConvertibleObject<O>
Derived Classes:
Properties
Gets the converted instance.
C#
O Instance { get; }