Namespace:
NHibernate.Collection
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Values As ICollection |
C# |
---|
public ICollection Values { get; } |
Visual C++ |
---|
public: virtual property ICollection^ Values { ICollection^ get () sealed; } |
JavaScript |
---|
function get_values(); |