Initializes a new instance of EnumStringType.
Namespace: NHibernate.TypeAssembly: 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.