共用方式為


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)

適用於