|
MultiMapK, VItem Property
|
return all values corresponding to a given key
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<V> this[
K key
] { get; }
Public ReadOnly Default Property Item (
key As K
) As List(Of V)
Get
public:
property List<V>^ default[K key] {
List<V>^ get (K key);
}
member Item : List<'V> with get
Parameters
- key
- Type: K
key
Return Value
Type:
ListVall values corresponding to a given key
See Also