Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Find the child value with the specified index.

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.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