[Missing <summary> documentation for "P:Remotion.Linq.Collections.MultiDictionary`2.Values"]

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

Syntax

C#
public ICollection<IList<TValue>> Values { get; }
Visual Basic
Public ReadOnly Property Values As ICollection(Of IList(Of TValue))
	Get
Visual C++
public:
virtual property ICollection<IList<TValue>^>^ Values {
	ICollection<IList<TValue>^>^ get () sealed;
}

Implements

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

See Also