Click or drag to resize

MetadataManagerRegisterAutoConvertItem Method (Type, Type, MetadataManagerAutoConvertTypeItemConvertDelegate, Boolean)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void RegisterAutoConvertItem(
	Type from,
	Type to,
	MetadataManagerAutoConvertTypeItemConvertDelegate convertFunction,
	bool unregister
)

Parameters

from
Type: SystemType
to
Type: SystemType
convertFunction
Type: NeoAxisMetadataManagerAutoConvertTypeItemConvertDelegate
unregister
Type: SystemBoolean
See Also