GigaSpaces XAP.NET Documentation
AddToCollection Method (path, newItem)
Class LibraryGigaSpaces.CoreChangeSetAddToCollection(String, Object)
Adds the given item to a collection property.
Declaration Syntax
C#Visual BasicVisual C++J#
public ChangeSet AddToCollection(
	string path,
	Object newItem
)
Public Function AddToCollection ( _
	path As String, _
	newItem As Object _
) As ChangeSet
public:
ChangeSet^ AddToCollection(
	String^ path, 
	Object^ newItem
)
public ChangeSet AddToCollection(
	String path,
	Object newItem
)
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)"]

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)