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
KeyValuePair<String,Object>

For internal use by the Xamarin.Forms platform.

Returns

Implements

Applies to