Beamable SDK
Public Member Functions | Properties | List of all members
Beamable.Common.Runtime.Collections.IConcurrentDictionary< TKey, TValue > Interface Template Reference
Inheritance diagram for Beamable.Common.Runtime.Collections.IConcurrentDictionary< TKey, TValue >:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Common.Runtime.Collections.IConcurrentDictionary< TKey, TValue >:
Collaboration graph
[legend]

Public Member Functions

bool ContainsKey (TKey key)
 
bool TryAdd (TKey key, TValue value)
 
bool TryGetValue (TKey key, out TValue value)
 
void Clear ()
 

Properties

int Count [get]
 
IEnumerable< TValue > Values [get]
 
TValue this[TKey key] [getset]
 

The documentation for this interface was generated from the following file: