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

Return a Collection representation of the specified value, which could be a Collection, Object[], scalar, or NO_VALUE.

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

Syntax

C#
protected static ICollection EnsureCollection(
	Object value
)

Parameters

value
Type: System..::.Object
The value.

Return Value

A Collection representation of the specified value, or an empty Collection if NO_VALUE.

See Also