forwardReadOnlyDictionary(TKey, TValue) Constructor    Table of ContentItem Property forward
ReadOnlyDictionary<TKey, TValue> Properties

The ReadOnlyDictionary<TKey, TValue> generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ReadOnlyCollection<T> instance.
(Inherited from ReadOnlyCollection<KeyValuePair<TKey, TValue>>.)
Public propertyItem[Int32]
Gets the element at the specified index.
(Inherited from ReadOnlyCollection<KeyValuePair<TKey, TValue>>.)
Public propertyItem[TKey]
Gets value object from dictionary.
Top
See Also