Implemented interface member:
3 references to Remove
System.Diagnostics.Process (3)
System\Collections\Specialized\DictionaryWrapper.cs (2)
67public void Remove(object key) => Remove((string)key); 76return Remove(item.Key);
System\Collections\Specialized\StringDictionaryWrapper.cs (1)
61public override void Remove(string key) => _contents.Remove(key);