Metalama//API Documentation/Advanced API/Metalama.​Framework.​Engine.​Collections/IRead­Only­Multi­Value­Dictionary<TKey, TValue>/Item
Open sandboxFocus

Property Item

Item[TKey]

Declaration
IReadOnlyCollection<TValue> this[TKey key] { get; }
Parameters
Type Name Description
TKey key
Property Value
Type Description
IReadOnlyCollection<TValue>