Click or drag to resize

RankedDictionaryTKey, TValue Properties

The RankedDictionaryTKey, TValue generic type exposes the following members.

Properties
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIDictionaryIsFixedSize
Indicating that the dictionary is not fixed size.
Explicit interface implementationPrivate propertyICollectionKeyValuePairTKey, TValueIsReadOnly
Indicates that this collection may be modified.
Explicit interface implementationPrivate propertyIDictionaryIsReadOnly
Indicates that the dictionary may be modified.
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Indicates that the collection is not thread safe.
Explicit interface implementationPrivate propertyIDictionaryItem
Gets or sets the value associated with the supplied key.
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueKeys
Gets only the collection of keys from this key/value pair collection.
Explicit interface implementationPrivate propertyIReadOnlyDictionaryTKey, TValueKeys
Explicit interface implementationPrivate propertyIDictionaryKeys
Gets an ICollection containing the keys of the dictionary.
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the collection.
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueValues
Gets only the collection of values from this key/value pair collection.
Explicit interface implementationPrivate propertyIReadOnlyDictionaryTKey, TValueValues
Explicit interface implementationPrivate propertyIDictionaryValues
Gets an ICollection containing the values of the dictionary.
Top
See Also