Summary

public static V GetValueOrNew<K, V>(this Dictionary<K, V> dictionary, K key)

Returns

V

Parameters