ExpandoObject.ICollection<KeyValuePair<String,Object>>.Remove 方法

定義

從集合中移除索引鍵和值。

bool ICollection<KeyValuePair<string,object>>.Remove (System.Collections.Generic.KeyValuePair<string,object> item);

參數

item
KeyValuePair<String,Object>

KeyValuePair<TKey,TValue> 結構,表示要從集合中移除的索引鍵和值。

傳回

如果成功找到並移除索引鍵和值,則為 true;否則為 false。 如果在 ICollection<T> 中找不到索引鍵和值,則這個方法會傳回 false

實作

適用於

產品 版本
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1
UWP 10.0