System.Threading.TObjectCaches Properties
InheritedProtected
| Capacity | public | Dictionary's capacity. |
| Comparer | public | An interface providing comparison and hash value calculation. |
| Count | public | Number of entries. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Items | public | Indexable list of all dictionary entries. |
| Keys | public | Indexable list of all dictionary keys. |
| Values | public | Indexable list of all dictionary values. |