Remove

Remove(string)

从字典中删除键。

public bool Remove(string key)
范围类型描述
keyString要从字典中删除的键。

返回值

如果密钥已成功删除,则为 true。

也可以看看


Remove(KeyValuePair<string, XForm>)

从集合中删除键/值对。

public bool Remove(KeyValuePair<string, XForm> item)
范围类型描述
itemKeyValuePair`2要删除的键/值对。

返回值

如果找到并删除了对,则为真。

也可以看看