Removes the given key from a dictionary property.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
Parameters
- path (String)
- The path pointing to the dictionary that the key should be removed from.
- key (Object)
- The dictionary's key.
Return Value
[Missing <returns> documentation for "M:GigaSpaces.Core.ChangeSet.RemoveFromDictionary(System.String,System.Object)"]