Adds the given item to a collection property.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
Parameters
- path (String)
- The path pointing to the collection that the item should be added to.
- newItem (Object)
- The item to add to the collection.
Return Value
[Missing <returns> documentation for "M:GigaSpaces.Core.ChangeSet.AddToCollection(System.String,System.Object)"]