TypeMappings
Class
Provides type mapping functionality for managing adapters and instance mappings between source and target objects.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Common
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public class TypeMappings
Inheritance: objectTypeMappings
Constructors
Initializes a new instance of the TypeMappings class.
C#
protected TypeMappings()
Methods
Creates an instance of the target type based on the source item and updates the mapping.
Disposes the target instance associated with the specified source instance.
C#
public static void DisposeTargetInstance(object sourceInstance)
The source instance whose target should be disposed.