Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

System.Collections.Generic.DictionaryExtensions.GetValueOrNew

Morten Aune Lyrstad edited this page Sep 2, 2023 · 2 revisions

IndexNamespace IndexDictionaryExtensions

Summary

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

Returns

V

Parameters

Clone this wiki locally