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)

適用対象