Share via


BicepDictionary<T>.ICollection<KeyValuePair<String,IBicepValue>>.Remove Method

Definition

bool ICollection<KeyValuePair<string,IBicepValue>>.Remove (System.Collections.Generic.KeyValuePair<string,Azure.Provisioning.IBicepValue> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Azure.Provisioning.IBicepValue>>.Remove : System.Collections.Generic.KeyValuePair<string, Azure.Provisioning.IBicepValue> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Azure.Provisioning.IBicepValue>>.Remove : System.Collections.Generic.KeyValuePair<string, Azure.Provisioning.IBicepValue> -> bool
Function Remove (item As KeyValuePair(Of String, IBicepValue)) As Boolean Implements ICollection(Of KeyValuePair(Of String, IBicepValue)).Remove

Parameters

Returns

Implements

Applies to