MetadataManagerRegisterAutoConvertItem(Type, Type, MethodInfo, Boolean) Method |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void RegisterAutoConvertItem(
Type from,
Type to,
MethodInfo convertMethod,
bool unregister
)
Parameters
- from Type
-
- to Type
-
- convertMethod MethodInfo
-
- unregister Boolean
-
See Also