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

定义

供 Xamarin.Forms 平台内部使用。

bool ICollection<KeyValuePair<string,object>>.Remove (System.Collections.Generic.KeyValuePair<string,object> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Remove : System.Collections.Generic.KeyValuePair<string, obj> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Remove : System.Collections.Generic.KeyValuePair<string, obj> -> bool

参数

item
System.Collections.Generic.KeyValuePair<System.String,System.Object>

供 Xamarin.Forms 平台内部使用。

返回

System.Boolean

实现

System.Collections.Generic.ICollection`1.Remove(`0)

适用于