Interface IConvertibleObject<O>
Defines a contract for objects that can be converted to another type.
Namespace: Telerik.Maui.Controls.Compatibility.Common
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public interface IConvertibleObject<O>
Type Parameters
O
The type to convert to. |
Properties
Instance
Gets the converted instance.
Declaration
O Instance { get; }
Property Value
O
|