ObjectFactoryTChangeCreatedTypeToNewType Method |
Replaces the creation of the given original type by the new type
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax public static void ChangeCreatedTypeTo<NewType>()
where NewType : new(), T
Type Parameters
- NewType
See Also