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

Remove the specified object from the underlying collection.

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

Syntax

C#
void Remove(
	Object curr
)

Parameters

curr
Type: System..::.Object
Currently "active" item to be removed from an underlying collection.

Remarks

Naturally, only an object from the very last non-empty page could be removed.

See Also