Class ConcurrentDictionaryExtensions
- Namespace
- Vintagestory.API.Datastructures
- Assembly
- VintagestoryAPI.dll
public static class ConcurrentDictionaryExtensions
- Inheritance
-
ConcurrentDictionaryExtensions
- Inherited Members
Methods
TryGetValue<TKey, TValue>(ConcurrentDictionary<TKey, TValue>, TKey)
public static TValue TryGetValue<TKey, TValue>(this ConcurrentDictionary<TKey, TValue> source, TKey key)
Parameters
source
ConcurrentDictionary<TKey, TValue>key
TKey
Returns
- TValue
Type Parameters
TKey
TValue