Click or drag to resize
RegisterImplementationAttribute Constructor
Constructor

Namespace: CMS
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public RegisterImplementationAttribute(
	Type interfaceType,
	Type implementationType
)

Parameters

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