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