Static Public Member Functions | List of all members
DictionaryExtensions Class Reference

Static Public Member Functions

static bool TryGetValue (this IDictionary self, object key, out object value)
 
static bool TryGetValue< TValue > (this IDictionary self, object key, out TValue value)
 
static bool Remove< TKey, TValue > (this ConcurrentDictionary< TKey, TValue > self, TKey key)
 

Member Function Documentation

◆ TryGetValue()

static bool TryGetValue ( this IDictionary  self,
object  key,
out object  value 
)
inlinestatic

◆ TryGetValue< TValue >()

static bool TryGetValue< TValue > ( this IDictionary  self,
object  key,
out TValue  value 
)
inlinestatic

◆ Remove< TKey, TValue >()

static bool Remove< TKey, TValue > ( this ConcurrentDictionary< TKey, TValue >  self,
TKey  key 
)
inlinestatic

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