Beamable SDK
PubNubMessaging.Core.SafeDictionary< TKey, TValue > Member List

This is the complete list of members for PubNubMessaging.Core.SafeDictionary< TKey, TValue >, including all inherited members.

Add(TKey key, TValue value) (defined in PubNubMessaging.Core.SafeDictionary< TKey, TValue >)PubNubMessaging.Core.SafeDictionary< TKey, TValue >inline
Add(KeyValuePair< TKey, TValue > item) (defined in PubNubMessaging.Core.SafeDictionary< TKey, TValue >)PubNubMessaging.Core.SafeDictionary< TKey, TValue >inline
AddOrUpdate(TKey key, TValue value, Func< TKey, TValue, TValue > f) (defined in PubNubMessaging.Core.SafeDictionary< TKey, TValue >)PubNubMessaging.Core.SafeDictionary< TKey, TValue >inline
Clear() (defined in PubNubMessaging.Core.SafeDictionary< TKey, TValue >)PubNubMessaging.Core.SafeDictionary< TKey, TValue >inline
Contains(KeyValuePair< TKey, TValue >item) (defined in PubNubMessaging.Core.SafeDictionary< TKey, TValue >)PubNubMessaging.Core.SafeDictionary< TKey, TValue >inline
ContainsKey(TKey key) (defined in PubNubMessaging.Core.SafeDictionary< TKey, TValue >)PubNubMessaging.Core.SafeDictionary< TKey, TValue >inline
CopyTo(KeyValuePair< TKey, TValue >[] array, int arrayIndex) (defined in PubNubMessaging.Core.SafeDictionary< TKey, TValue >)PubNubMessaging.Core.SafeDictionary< TKey, TValue >inline
Count (defined in PubNubMessaging.Core.SafeDictionary< TKey, TValue >)PubNubMessaging.Core.SafeDictionary< TKey, TValue >
GetEnumerator() (defined in PubNubMessaging.Core.SafeDictionary< TKey, TValue >)PubNubMessaging.Core.SafeDictionary< TKey, TValue >inline
GetOrAdd(TKey key, TValue value) (defined in PubNubMessaging.Core.SafeDictionary< TKey, TValue >)PubNubMessaging.Core.SafeDictionary< TKey, TValue >inline
IsReadOnly (defined in PubNubMessaging.Core.SafeDictionary< TKey, TValue >)PubNubMessaging.Core.SafeDictionary< TKey, TValue >
Keys (defined in PubNubMessaging.Core.SafeDictionary< TKey, TValue >)PubNubMessaging.Core.SafeDictionary< TKey, TValue >
Remove(TKey key) (defined in PubNubMessaging.Core.SafeDictionary< TKey, TValue >)PubNubMessaging.Core.SafeDictionary< TKey, TValue >inline
Remove(TKey key, out TValue value) (defined in PubNubMessaging.Core.SafeDictionary< TKey, TValue >)PubNubMessaging.Core.SafeDictionary< TKey, TValue >inline
Remove(KeyValuePair< TKey, TValue >item) (defined in PubNubMessaging.Core.SafeDictionary< TKey, TValue >)PubNubMessaging.Core.SafeDictionary< TKey, TValue >inline
this[TKey key] (defined in PubNubMessaging.Core.SafeDictionary< TKey, TValue >)PubNubMessaging.Core.SafeDictionary< TKey, TValue >
TryGetValue(TKey key, out TValue value) (defined in PubNubMessaging.Core.SafeDictionary< TKey, TValue >)PubNubMessaging.Core.SafeDictionary< TKey, TValue >inline
TryRemove(TKey key, out TValue value) (defined in PubNubMessaging.Core.SafeDictionary< TKey, TValue >)PubNubMessaging.Core.SafeDictionary< TKey, TValue >inline
Values (defined in PubNubMessaging.Core.SafeDictionary< TKey, TValue >)PubNubMessaging.Core.SafeDictionary< TKey, TValue >