Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property Subtypes As IType() |
C# |
---|
public virtual IType[] Subtypes { get; } |
Visual C++ |
---|
public: virtual property array<IType^>^ Subtypes { array<IType^>^ get (); } |
JavaScript |
---|
function get_subtypes(); |