Namespace:
NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function ContainsKey ( _ key As TKey _ ) As Boolean |
C# |
---|
public bool ContainsKey( TKey key ) |
Visual C++ |
---|
public: virtual bool ContainsKey( TKey key ) sealed |
JavaScript |
---|
function containsKey(key); |
Parameters
- key
- Type: TKey