SimpleCacheIndexEnsureCollection Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
Syntaxprotected 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