Click or drag to resize
InterfaceInterfaceTypeUseDefaultImplementationImplementationType Method
Uses the given default implementation for the interface

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public static void UseDefaultImplementation<ImplementationType>()
where ImplementationType : class, new(), InterfaceType

Type Parameters

ImplementationType
See Also