Click or drag to resize

AutoWeakIndexer<TKey, TValue> Properties

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

Properties
 NameDescription
Public propertyComparer Gets the IEqualityComparer<T> that is used to determine equality of keys for the dictionary.
Public propertyItem Gets the value associated with the specified key.
Public propertyKeys Gets a collection containing the keys in the AutoWeakIndexer<TKey, TValue>.
Public propertyValues Gets a collection containing the values in the AutoWeakIndexer<TKey, TValue>.
Top
See Also