Click or drag to resize
AbstractTypeAttribute Constructor
Constructor

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

Parameters

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