Removes the given item from a collection property.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public ChangeSet RemoveFromCollection( string path, Object itemToRemove )
Public Function RemoveFromCollection ( _ path As String, _ itemToRemove As Object _ ) As ChangeSet
public: ChangeSet^ RemoveFromCollection( String^ path, Object^ itemToRemove )
public ChangeSet RemoveFromCollection( String path, Object itemToRemove )
Parameters
- path (String)
- The path pointing to the collection that the item should be removed from.
- itemToRemove (Object)
- The item to remove from the collection.
Return Value
[Missing <returns> documentation for "M:GigaSpaces.Core.ChangeSet.RemoveFromCollection(System.String,System.Object)"]