Namespace:
NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Add ( _ item As KeyValuePair(Of TKey, TValue) _ ) |
C# |
---|
public void Add( KeyValuePair<TKey, TValue> item ) |
Visual C++ |
---|
public: virtual void Add( KeyValuePair<TKey, TValue> item ) sealed |
JavaScript |
---|
function add(item); |
Parameters
- item
- Type: System.Collections.Generic..::.KeyValuePair<(Of <(TKey, TValue>)>)