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

Find the child value with the specified index.

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

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