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