IReadOnlyKeyedList<TKey,TValue> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
IEnumerable<T> IEnumerable<TValue> IReadOnlyCollection<T> IReadOnlyCollection<TValue> IReadOnlyList<TValue> IEnumerable
Properties
Dictionary | |
Item[TKey] | |
Keys |
Methods
ContainsKey(TKey) | |
TryGetValue(TKey, TValue) |