Click or drag to resize
EnumDataContainer Constructor
Creates new instance of enum container.

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

Parameters

enumType
Type: SystemType
Type of the enum
See Also