'Declaration Public Overloads Sub Add( _
ByVal itemThe key/value pair to add to the dictionary.As System.Collections.Generic.KeyValuePair(Of String,T) _
)
public void Add(
System.Collections.Generic.KeyValuePair<string,T> item
)
public: void Add(
System.Collections.Generic.KeyValuePair<string,T*>* item
)
public:
void Add(
System.Collections.Generic.KeyValuePair<string,T^>^ item
)
Parameters
- item
- The key/value pair to add to the dictionary.