Click or drag to resize

OrderedDictionaryTKey, TValueGetOrAdd Method

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