Namespace: Metalama.Framework.Engine.Collections
Assembly: Metalama.Framework.Sdk.dll
Syntax
public interface IReadOnlyMultiValueDictionary<TKey, out TValue> : IEnumerable<IGrouping<TKey, TValue>>, IEnumerable where TKey : notnullType Parameters
| Name | Description |
|---|---|
| TKey | |
| TValue |
Properties
| Name | Description |
|---|---|
| this[TKey] | |
| Keys |