SimpleEnumerator Constructor (Object) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct the simple enumerator based on an array of objects.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic SimpleEnumerator(
Object[] items
)
Parameters
- items
- Type: SystemObject
Array of objects to enumerate.
See Also