Remove(TKey) | Removes the value with the specified key from the OrderedDictionaryTKey, TValue as an O(n) operation. |
Remove(TKey, TValue) | Removes the value with the specified key from the OrderedDictionaryTKey, TValue and returns the value as an O(n) operation. |