Click or drag to resize

FastDictionaryTKey, TValue Properties

The FastDictionaryTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyComparer
Gets the IEqualityComparerT that is used to determine equality of keys for the dictionary.
(Inherited from DictionaryTKey, TValue.)
Public propertyCount
Gets the number of key/value pairs contained in the DictionaryTKey, TValue.
(Inherited from DictionaryTKey, TValue.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryTKey, TValue.)
Public propertyKeys
Gets a collection containing the keys in the DictionaryTKey, TValue.
(Inherited from DictionaryTKey, TValue.)
Public propertyValues
Gets a collection containing the values in the DictionaryTKey, TValue.
(Inherited from DictionaryTKey, TValue.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIDictionaryIsFixedSize
Gets a value indicating whether the IDictionary has a fixed size.
(Inherited from DictionaryTKey, TValue.)
Explicit interface implementationPrivate propertyICollectionKeyValuePairTKey, TValueIsReadOnly
Gets a value indicating whether the dictionary is read-only.
(Inherited from DictionaryTKey, TValue.)
Explicit interface implementationPrivate propertyIDictionaryIsReadOnly
Gets a value indicating whether the IDictionary is read-only.
(Inherited from DictionaryTKey, TValue.)
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from DictionaryTKey, TValue.)
Explicit interface implementationPrivate propertyIDictionaryItem
Gets or sets the value with the specified key.
(Inherited from DictionaryTKey, TValue.)
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueKeys
Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
(Inherited from DictionaryTKey, TValue.)
Explicit interface implementationPrivate propertyIReadOnlyDictionaryTKey, TValueKeys
Gets a collection containing the keys of the IReadOnlyDictionaryTKey, TValue.
(Inherited from DictionaryTKey, TValue.)
Explicit interface implementationPrivate propertyIDictionaryKeys
Gets an ICollection containing the keys of the IDictionary.
(Inherited from DictionaryTKey, TValue.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from DictionaryTKey, TValue.)
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueValues
Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.
(Inherited from DictionaryTKey, TValue.)
Explicit interface implementationPrivate propertyIReadOnlyDictionaryTKey, TValueValues
Gets a collection containing the values of the IReadOnlyDictionaryTKey, TValue.
(Inherited from DictionaryTKey, TValue.)
Explicit interface implementationPrivate propertyIDictionaryValues
Gets an ICollection containing the values in the IDictionary.
(Inherited from DictionaryTKey, TValue.)
Top
See Also