Click or drag to resize
ExtensionAttribute Constructor
Extends the class with the specified extension

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public ExtensionAttribute(
	Type extensionType
)

Parameters

extensionType
Type: SystemType
Extension type
See Also