Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Remove the specified object from the underlying collection.

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

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