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 IPofValue FindChild(
	int nIndex
)

Parameters

nIndex
Type: System..::..Int32
Index of the child value to find.

Return Value

The child value.

See Also