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

Construct a simple enumerator based on a collection.

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

Syntax

C#
public SimpleEnumerator(
	ICollection col
)

Parameters

col
Type: System.Collections..::.ICollection
The ICollection to enumerate.

See Also