Click or drag to resize

SimpleCacheIndexEnsureCollection Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected static ICollection EnsureCollection(
	Object value
)

Parameters

value
Type: SystemObject
The value.

Return Value

Type: ICollection
A Collection representation of the specified value, or an empty Collection if NO_VALUE.
See Also