GigaSpaces XAP.NET Documentation
AddRangeToCollection Method (path, newItems)
Class LibraryGigaSpaces.CoreChangeSetAddRangeToCollection(String, IEnumerable<(Of <(Object>)>))
Adds the given items to a collection property.
Declaration Syntax
C#Visual BasicVisual C++J#
public ChangeSet AddRangeToCollection(
	string path,
	IEnumerable<Object> newItems
)
Public Function AddRangeToCollection ( _
	path As String, _
	newItems As IEnumerable(Of Object) _
) As ChangeSet
public:
ChangeSet^ AddRangeToCollection(
	String^ path, 
	IEnumerable<Object^>^ newItems
)
public ChangeSet AddRangeToCollection(
	String path,
	IEnumerable<Object> newItems
)
Parameters
path (String)
The path pointing to the collection that the item should be added to.
newItems (IEnumerable<(Of <(Object>)>))
newItems The items to add to the collection.
Return Value

[Missing <returns> documentation for M:GigaSpaces.Core.ChangeSet.AddRangeToCollection(System.String,System.Collections.Generic.IEnumerable{System.Object})]

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.3.0.0 (12.3.0.19000)