Initializes a new instance of EnumStringType.

Namespace: NHibernate.Type
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected EnumStringType(
	Type enumClass
)
Visual Basic
Protected Sub New ( _
	enumClass As Type _
)
Visual C++
protected:
EnumStringType(
	Type^ enumClass
)

Parameters

enumClass
Type: System..::..Type
The Type of the Enum.

See Also