[Missing <summary> documentation for "T:Remotion.Linq.Collections.MultiDictionary`2"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public class MultiDictionary<TKey, TValue> : IDictionary<TKey, IList<TValue>>, ICollection<KeyValuePair<TKey, IList<TValue>>>, IEnumerable<KeyValuePair<TKey, IList<TValue>>>, IEnumerable |
Visual Basic |
---|
Public Class MultiDictionary(Of TKey, TValue) _ Implements IDictionary(Of TKey, IList(Of TValue)), _ ICollection(Of KeyValuePair(Of TKey, IList(Of TValue))), _ IEnumerable(Of KeyValuePair(Of TKey, IList(Of TValue))), _ IEnumerable |
Visual C++ |
---|
generic<typename TKey, typename TValue> public ref class MultiDictionary : IDictionary<TKey, IList<TValue>^>, ICollection<KeyValuePair<TKey, IList<TValue>^>>, IEnumerable<KeyValuePair<TKey, IList<TValue>^>>, IEnumerable |
Type Parameters
- TKey
[Missing <typeparam name="TKey"/> documentation for "T:Remotion.Linq.Collections.MultiDictionary`2"]
- TValue
[Missing <typeparam name="TValue"/> documentation for "T:Remotion.Linq.Collections.MultiDictionary`2"]