Share via


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

Definition

void ICollection<KeyValuePair<string,BicepValue>>.Add (System.Collections.Generic.KeyValuePair<string,Azure.Provisioning.BicepValue> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Azure.Provisioning.BicepValue>>.Add : System.Collections.Generic.KeyValuePair<string, Azure.Provisioning.BicepValue> -> unit
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Azure.Provisioning.BicepValue>>.Add : System.Collections.Generic.KeyValuePair<string, Azure.Provisioning.BicepValue> -> unit
Sub Add (item As KeyValuePair(Of String, BicepValue)) Implements ICollection(Of KeyValuePair(Of String, BicepValue)).Add

Parameters

Implements

Applies to