ReadOnlyDictionary<TKey,TValue> Class

System.Collections.ObjectModel

Represents a read-only collection of key/value pairs that is accessible by an index.

Table of Contents

Syntax

public class ReadOnlyDictionary<TKey,TValue> : IReadOnlyDictionary<TKey,TValue>, IEnumerable<KeyValuePair<TKey,TValue>>, IEnumerable

Type Parameters

Constructors

Properties

Methods

Implemented Interfaces

Derived Classes

There are no public derived classes that extend ReadOnlyDictionary<TKey,TValue> in the .NET libraries.