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

Return index of the last parsed child with an index lower than the specified one.

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
protected int GetLastChildIndex(
	int nIndex
)

Parameters

nIndex
Type: System..::.Int32
Index to find the preceding child index for.

Return Value

Index of the last parsed child, or -1 if one does not exist.

See Also