Click or drag to resize

AtalaObservableDictionary<TKey, TValue> Properties

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

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection<T>.
Public propertyIsReadOnly
Gets a value indicating whether the ICollection<T> is read-only.
Public propertyItem
Gets or sets the element with the specified key.
Public propertyKeys
Gets an ICollection<T> containing the keys of the IDictionary<TKey, TValue>.
Public propertyValues
Gets an ICollection<T> containing the values in the IDictionary<TKey, TValue>.
Top
See Also