Click or drag to resize
RegisterWrapperAttribute Constructor
Constructor

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

Parameters

interfaceType
Type: SystemType
Type of the interface for the contract
implementationType
Type: SystemType
Implementation type
See Also