Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

struct System.​Collections.​Generic.​IReadOnlyDictionary`2

Assembly: System.Runtime

Represents a generic read-only collection of key/value pairs.

Properties

public TValue
Item
public IEnumerable`1
Keys
Gets an enumerable collection that contains the keys in the read-only dictionary.
public IEnumerable`1
Values
Gets an enumerable collection that contains the values in the read-only dictionary.

Methods

public bool
ContainsKey​(TKey key)
public bool
TryGetValue​(TKey key, TValue& value)