[Missing <summary> documentation for "T:NHibernate.Type.EnumType`1"]

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

Syntax

C#
[SerializableAttribute]
public class EnumType<T> : PersistentEnumType
Visual Basic
<SerializableAttribute> _
Public Class EnumType(Of T) _
	Inherits PersistentEnumType
Visual C++
[SerializableAttribute]
generic<typename T>
public ref class EnumType : public PersistentEnumType

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:NHibernate.Type.EnumType`1"]

Inheritance Hierarchy

System..::..Object
  NHibernate.Type..::..AbstractType
    NHibernate.Type..::..NullableType
      NHibernate.Type..::..ImmutableType
        NHibernate.Type..::..PrimitiveType
          NHibernate.Type..::..AbstractEnumType
            NHibernate.Type..::..PersistentEnumType
              NHibernate.Type..::..EnumType<(Of <(<'T>)>)>

See Also