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

Construct the simple enumerator based on an array of objects.

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

Syntax

C#
public SimpleEnumerator(
	Object[] items,
	int start,
	int countItems
)

Parameters

items
Type: array< System..::.Object >[]()[]
Array of objects to enumerate.
start
Type: System..::.Int32
The first object position.
countItems
Type: System..::.Int32
The number of objects to enumerate.

See Also