ImageGear23.Windows.Controls Assembly > ImageGear.Core Namespace > ImGearReadOnlyDictionary<TKey,TValue> Class > Add Method : Add(KeyValuePair<TKey,TValue>) Method |
'Declaration Public Overloads Sub Add( _ ByVal item As KeyValuePair(Of TKey,TValue) _ )
'Usage Dim instance As ImGearReadOnlyDictionary(Of TKey,TValue) Dim item As KeyValuePair(Of TKey,TValue) instance.Add(item)
public void Add( KeyValuePair<TKey,TValue> item )
public: void Add( KeyValuePair<TKey*,TValue*> item )
public: void Add( KeyValuePair<TKey^,TValue^> item )