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

Public Member Functions

bool ContainsKey (TKey key)
 
bool TryAdd (TKey key, TValue value)
 
void Clear ()
 
bool TryGetValue (TKey key, out TValue value)
 
IEnumerator< KeyValuePair< TKey, TValue > > GetEnumerator ()
 

Properties

int Count [get]
 
IEnumerable< TValue > Values [get]
 
TValue this[TKey key] [getset]
 
- Properties inherited from Beamable.Common.Runtime.Collections.IConcurrentDictionary< TKey, TValue >
int Count [get]
 
IEnumerable< TValue > Values [get]
 
TValue this[TKey key] [getset]
 

Member Function Documentation

◆ Clear()

◆ ContainsKey()

bool Beamable.Common.Runtime.Collections.ConcurrentDictionary< TKey, TValue >.ContainsKey ( TKey  key)

◆ TryAdd()

bool Beamable.Common.Runtime.Collections.ConcurrentDictionary< TKey, TValue >.TryAdd ( TKey  key,
TValue  value 
)

◆ TryGetValue()

bool Beamable.Common.Runtime.Collections.ConcurrentDictionary< TKey, TValue >.TryGetValue ( TKey  key,
out TValue  value 
)

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