Click or drag to resize

FastDictionaryTKey, TValue Properties

The FastDictionaryTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Public propertyIsReadOnly
Gets a value indicating whether the IDictionary is read-only.
Public propertyItem
Gets or sets the value associated with the specified key.
Public propertyKeys
Gets an ICollection containing the keys of the IDictionary.
Public propertyValues
Gets an ICollection containing the values of the IDictionary.
Top
See Also