Click or drag to resize

ComplexPofValueGetLastChildIndex Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected int GetLastChildIndex(
	int nIndex
)

Parameters

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

Return Value

Type: Int32
Index of the last parsed child, or -1 if one does not exist.
See Also