Namespace:
NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Keys As ICollection(Of TKey) |
C# |
---|
public ICollection<TKey> Keys { get; } |
Visual C++ |
---|
public: virtual property ICollection<TKey>^ Keys { ICollection<TKey>^ get () sealed; } |
JavaScript |
---|
function get_keys(); |