Sets the given key and value in a dictionary property, this is equivallent to using the [] indexer of a dictionary.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public ChangeSet SetInDictionary( string path, Object key, Object value )
Public Function SetInDictionary ( _ path As String, _ key As Object, _ value As Object _ ) As ChangeSet
public: ChangeSet^ SetInDictionary( String^ path, Object^ key, Object^ value )
public ChangeSet SetInDictionary( String path, Object key, Object value )
Parameters
- path (String)
- The path pointing to the dictionary that the key and value should be put into.
- key (Object)
- The dictionary's key.
- value (Object)
- The value to associate with the given key.
Return Value
[Missing <returns> documentation for "M:GigaSpaces.Core.ChangeSet.SetInDictionary(System.String,System.Object,System.Object)"]