[Missing <summary> documentation for "M:Remotion.Linq.Collections.MultiDictionary`2.Add(`0,System.Collections.Generic.IList{`1})"]

Namespace: Remotion.Linq.Collections
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public void Add(
	TKey key,
	IList<TValue> value
)
Visual Basic
Public Sub Add ( _
	key As TKey, _
	value As IList(Of TValue) _
)
Visual C++
public:
virtual void Add(
	TKey key, 
	IList<TValue>^ value
) sealed

Parameters

key
Type: TKey

[Missing <param name="key"/> documentation for "M:Remotion.Linq.Collections.MultiDictionary`2.Add(`0,System.Collections.Generic.IList{`1})"]

value
Type: System.Collections.Generic..::..IList<(Of <(<'TValue>)>)>

[Missing <param name="value"/> documentation for "M:Remotion.Linq.Collections.MultiDictionary`2.Add(`0,System.Collections.Generic.IList{`1})"]

Implements

IDictionary<(Of <(<'TKey, TValue>)>)>..::..Add(TKey, TValue)

See Also