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