![]() |
Ordered
|
Name | Description | |
---|---|---|
![]() |
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. |
![]() |
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. |