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