Adds the given items to a collection property.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual 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 )
![](../icons/collapse_all.gif)
- 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.
![](../icons/collapse_all.gif)
[Missing <returns> documentation for "M:GigaSpaces.Core.ChangeSet.AddRangeToCollection(System.String,System.Collections.Generic.IEnumerable{System.Object})"]