Share via


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

Definition

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

Parameters

Returns

Implements

Applies to