Click or drag to resize

CellToCachedState Properties

The KryptonSpaceCellToCachedState type exposes the following members.

Properties
 NameDescription
Public propertyCapacityGets the total numbers of elements the internal data structure can hold without resizing.
(Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState)
Public propertyComparerGets the IEqualityComparerT that is used to determine equality of keys for the dictionary.
(Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState)
Public propertyCountGets the number of key/value pairs contained in the DictionaryTKey, TValue.
(Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState)
Public propertyItemGets or sets the value associated with the specified key.
(Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState)
Public propertyKeysGets a collection containing the keys in the DictionaryTKey, TValue.
(Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState)
Public propertyValuesGets a collection containing the values in the DictionaryTKey, TValue.
(Inherited from DictionaryKryptonWorkspaceCell, KryptonSpaceCachedCellState)
Top
See Also