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