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

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

Parameters

enumType
Type: SystemType
Type of the enum
See Also