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