Click or drag to resize
RegisterImplementationAttribute Constructor

Namespace: CMS
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
public RegisterImplementationAttribute(
	Type implementedType,
	Type implementation
)

Parameters

implementedType
Type: SystemType
Interface to associate implementation with.
implementation
Type: SystemType
Implementation of implementedType.
See Also