Click or drag to resize
ObjectFactoryTChangeCreatedTypeToNewType Method
Replaces the creation of the given original type by the new type

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
public static void ChangeCreatedTypeTo<NewType>()
where NewType : new(), T

Type Parameters

NewType
See Also