Click or drag to resize

FastDictionary<TKey, TValue> Properties

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

Properties
  NameDescription
Public propertyComparer
Gets the IEqualityComparer<T> that is used to determine equality of keys for the dictionary.
(Inherited from Dictionary<TKey, TValue>.)
Public propertyCount
Gets the number of key/value pairs contained in the Dictionary<TKey, TValue>.
(Inherited from Dictionary<TKey, TValue>.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from Dictionary<TKey, TValue>.)
Public propertyKeys
Gets a collection containing the keys in the Dictionary<TKey, TValue>.
(Inherited from Dictionary<TKey, TValue>.)
Public propertyValues
Gets a collection containing the values in the Dictionary<TKey, TValue>.
(Inherited from Dictionary<TKey, TValue>.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIDictionary.IsFixedSize
Gets a value indicating whether the IDictionary has a fixed size.
(Inherited from Dictionary<TKey, TValue>.)
Explicit interface implementationPrivate propertyICollection<KeyValuePair<TKey, TValue>>.IsReadOnly
Gets a value indicating whether the dictionary is read-only.
(Inherited from Dictionary<TKey, TValue>.)
Explicit interface implementationPrivate propertyIDictionary.IsReadOnly
Gets a value indicating whether the IDictionary is read-only.
(Inherited from Dictionary<TKey, TValue>.)
Explicit interface implementationPrivate propertyICollection.IsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from Dictionary<TKey, TValue>.)
Explicit interface implementationPrivate propertyIDictionary.Item
Gets or sets the value with the specified key.
(Inherited from Dictionary<TKey, TValue>.)
Explicit interface implementationPrivate propertyIDictionary<TKey, TValue>.Keys
Gets an ICollection<T> containing the keys of the IDictionary<TKey, TValue>.
(Inherited from Dictionary<TKey, TValue>.)
Explicit interface implementationPrivate propertyIReadOnlyDictionary<TKey, TValue>.Keys
Gets a collection containing the keys of the IReadOnlyDictionary<TKey, TValue>.
(Inherited from Dictionary<TKey, TValue>.)
Explicit interface implementationPrivate propertyIDictionary.Keys
Gets an ICollection containing the keys of the IDictionary.
(Inherited from Dictionary<TKey, TValue>.)
Explicit interface implementationPrivate propertyICollection.SyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from Dictionary<TKey, TValue>.)
Explicit interface implementationPrivate propertyIDictionary<TKey, TValue>.Values
Gets an ICollection<T> containing the values in the IDictionary<TKey, TValue>.
(Inherited from Dictionary<TKey, TValue>.)
Explicit interface implementationPrivate propertyIReadOnlyDictionary<TKey, TValue>.Values
Gets a collection containing the values of the IReadOnlyDictionary<TKey, TValue>.
(Inherited from Dictionary<TKey, TValue>.)
Explicit interface implementationPrivate propertyIDictionary.Values
Gets an ICollection containing the values in the IDictionary.
(Inherited from Dictionary<TKey, TValue>.)
Top
See Also