Namespace:
NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Private ReadOnly Property Keys As ICollection Implements IDictionary.Keys |
C# |
---|
ICollection IDictionary.Keys { get; } |
Visual C++ |
---|
private: virtual property ICollection^ Keys { ICollection^ get () sealed = IDictionary::Keys::get; } |
JavaScript |
---|
|