Open sandboxFocus

Interface IReadOnlyMultiValueDictionary<TKey, TValue>

Namespace: Metalama.Framework.Engine.Collections
Assembly: Metalama.Framework.Sdk.dll
Syntax
public interface IReadOnlyMultiValueDictionary<TKey, out TValue> : IEnumerable<IGrouping<TKey, TValue>>, IEnumerable where TKey : notnull
Type Parameters
Name Description
TKey
TValue

Properties

Name Description
this[TKey]
Keys