Click or drag to resize
ReadOnlyDictionaryBaseTKey, TValue Properties

The ReadOnlyDictionaryBaseTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Must be overridden to provide the number of items in the collection.
(Inherited from ReadOnlyCollectionBaseT.)
Public propertyItem
The indexer of the dictionary. The set accessor throws an NotSupportedException stating the dictionary is read-only.
Public propertyKeys
Returns a collection of the keys in this dictionary.
Public propertyValues
Returns a collection of the values in this dictionary. The ordering of values in this collection is the same as that in the Keys collection.
Top
See Also