EnumValueTypeAttribute Constructor

Constructor class.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public EnumValueTypeAttribute(
	EnumValueType valueType
)

Parameters

valueType  EnumValueType
EnumValueType with the value type of enum.

See Also