IReadOnlyKeyedList<TKey,TValue> Interface

Definition

public interface IReadOnlyKeyedList<TKey,TValue> : System.Collections.Generic.IEnumerable<TValue>, System.Collections.Generic.IReadOnlyCollection<TValue>, System.Collections.Generic.IReadOnlyList<TValue>
type IReadOnlyKeyedList<'Key, 'Value> = interface
    interface IReadOnlyList<'Value>
    interface seq<'Value>
    interface IEnumerable
    interface IReadOnlyCollection<'Value>
Public Interface IReadOnlyKeyedList(Of TKey, TValue)
Implements IEnumerable(Of TValue), IReadOnlyCollection(Of TValue), IReadOnlyList(Of TValue)

Type Parameters

TKey
TValue
Derived
Implements

Properties

Dictionary
Item[TKey]
Keys

Methods

ContainsKey(TKey)
TryGetValue(TKey, TValue)

Applies to