Click or drag to resize

ReadOnlyDictionaryTKey, TValue Properties

The ReadOnlyDictionaryTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the System.Collections.Generic.ICollection.
Public propertyIsReadOnly
Always true.
Public propertyItem
Gets or sets the element with the specified key.
Public propertyKeys
Gets an System.Collections.Generic.ICollection containing the keys of the System.Collections.Generic.IDictionary.
Public propertyValues
Gets an System.Collections.Generic.ICollection containing the values in the System.Collections.Generic.IDictionary.
Top
See Also