TypeRegister
Class
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Common.Android
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public class TypeRegister : TypeRegister<Object>
Inheritance: objectTypeRegister<Object>TypeRegister
Inherited Members
Methods
When overridden in a derived class, gets the platform-specific representation of the object.
C#
protected override Object GetNativeObjectCore(object value)
The object to convert.
Returns:Object
The platform-specific representation.
Overrides:
When overridden in a derived class, gets the object representation from the platform-specific value.
When overridden in a derived class, gets a type converter for the specified types.
C#
protected override ITypeConverter<Object> GetTypeConverter(Type type, Type nativeType)
The source type.
nativeTypeTypeThe target native type.
Returns:ITypeConverter<Object>
A type converter for the specified types.
Overrides: