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