Click or drag to resize

OrderedDictionary<TKey, TValue> .GetOrAdd Method

Overload List
  Name Description
Public method GetOrAdd(TKey, TValue) Adds a key/value pair to the OrderedDictionary<TKey, TValue> if the key does not already exist as an O(1) operation.
Public method GetOrAdd(TKey, Func<TValue> ) Adds a key/value pair to the OrderedDictionary<TKey, TValue> by using the specified function, if the key does not already exist as an O(1) operation.
Top
See Also