Remove
NonGenericDictionary.Remove method
从 IDictionary对象中删除具有指定键的元素。
public void Remove(object key)
范围 | 类型 | 描述 |
---|---|---|
key | Object | 要删除的元素的键。 |
也可以看看
- class NonGenericDictionary
- 命名空间 Aspose.CAD
- 部件 Aspose.CAD
从 IDictionary对象中删除具有指定键的元素。
public void Remove(object key)
范围 | 类型 | 描述 |
---|---|---|
key | Object | 要删除的元素的键。 |