Maps the specified key to the specified object or value in this dictionary.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void Insert( string key, string value )
Public Sub Insert ( _ key As String, _ value As String _ )
public: void Insert( String^ key, String^ value )
Parameters
- key
- String
A string key
- value
- String
Object/value to store. The dictionary owns the object: it will be automatically disposed.