Click or drag to resize
AbstractDecoratorInterfaceTypeUse Method (Type)
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(
	Type decoratorType
)

Parameters

decoratorType
Type: SystemType
Decorator type
See Also