[Missing <summary> documentation for "P:Remotion.Linq.Collections.MultiDictionary`2.Item(`0)"]

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

Syntax

C#
public IList<TValue> this[
	TKey key
] { get; set; }
Visual Basic
Public Default Property Item ( _
	key As TKey _
) As IList(Of TValue)
	Get
	Set
Visual C++
public:
virtual property IList<TValue>^ default[TKey key] {
	IList<TValue>^ get (TKey key) sealed;
	void set (TKey key, IList<TValue>^ value) sealed;
}

Parameters

key
Type: TKey

Implements

IDictionary<(Of <(<'TKey, TValue>)>)>..::..Item[([( TKey])])

See Also