Find the child value with the specified index.

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

Syntax

C#
protected override IPofValue FindChildInternal(
	int nIndex,
	int ofStart,
	int iStart
)

Parameters

nIndex
Type: System..::..Int32
Index of the child value to find.
ofStart
Type: System..::..Int32
Offset within the parent buffer to start search from.
iStart
Type: System..::..Int32
Index of the child value to start search from.

Return Value

The child value.

See Also