ResourceDictionary.ICollection<KeyValuePair<String,Object>>.Remove Method

Definition

For internal use by the Xamarin.Forms platform.

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

Parameters

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

For internal use by the Xamarin.Forms platform.

Returns

System.Boolean

Implements

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

Applies to