Kerbal Space Program
1.12.4
|
Extension methods for IDictionary<>s. More...
Static Public Member Functions | |
static Option< V > | TryGet< K, V > (this IDictionary< K, V > dictionary, K key) |
Analog to IDictionary<K, V>.TryGetValue(K, out V) that returns an option instead of using an out parameter. More... | |
Extension methods for IDictionary<>s.
|
inlinestatic |
Analog to IDictionary<K, V>.TryGetValue(K, out V) that returns an option instead of using an out parameter.