Share via


ReadOnlyDictionary45<TKey,TValue>.IDictionary.Add Method

Definition

void IDictionary.Add(object key, object value);
abstract member System.Collections.IDictionary.Add : obj * obj -> unit
override this.System.Collections.IDictionary.Add : obj * obj -> unit
Sub Add (key As Object, value As Object) Implements IDictionary.Add

Parameters

key
System.Object
value
System.Object

Implements

System.Collections.IDictionary.Add(System.Object,System.Object)

Applies to