Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Given that the old value is known to be a Collection or an array, collect all the enclosed elements that are not part of the new value.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
protected HashSet CollectRemoved(
	Object valueOld,
	Object valueNew
)

Parameters

valueOld
Type: System..::.Object
The old value, must be a collection or an array.
valueNew
Type: System..::.Object
The new value.

Return Value

The set of values that are contained in the old collection or array, but not part of the new value.

See Also