| ManagedConcurrentDictionaryTKey, TValue Properties | 
The ManagedConcurrentDictionaryTKey, TValue generic type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Count | 
            Gets the number of items in the dictionary.
             | 
|  | IsEmpty | 
            Gets true if dictionary is empty.
             | 
|  | Keys | 
            Gets an array of keys.
             | 
|  | Values | 
            Gets an array of Values.
             | 
 See Also
See Also