Returns the Keys used in this IdentityMap IsReadOnly

Namespace:  NHibernate.Util
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Keys As ICollection
C#
public ICollection Keys { get; }
Visual C++
public:
virtual property ICollection^ Keys {
	ICollection^ get () sealed;
}
JavaScript
function get_keys();

Implements

IDictionary..::.Keys

See Also