Click or drag to resize
AbstractDecoratorInterfaceTypeUseDecoratorType Method
Applies the decorator to the given interface type

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

Type Parameters

DecoratorType
See Also