Click or drag to resize
ImplementationAttribute Constructor
Constructor

Namespace: CMS
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
protected ImplementationAttribute(
	Type interfaceType
)

Parameters

interfaceType
Type: SystemType
Interface type that is implemented by the class
See Also