Namespace:
NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Private Function Contains ( _ key As Object _ ) As Boolean Implements IDictionary.Contains |
C# |
---|
bool IDictionary.Contains( Object key ) |
Visual C++ |
---|
private: virtual bool Contains( Object^ key ) sealed = IDictionary::Contains |
JavaScript |
---|
|
Parameters
- key
- Type: System..::.Object