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

Locate a child IPofValue contained within this IPofValue.

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

Syntax

C#
public abstract IPofValue GetChild(
	int nIndex
)

Parameters

nIndex
Type: System..::.Int32
The index of the child value.

Return Value

The child IPofValue.

Implements

IPofValue..::.GetChild(Int32)

Remarks

The returned IPofValue could represent a non-existent (null) value.

Exceptions

ExceptionCondition
Tangosol.IO.Pof.Reflection..::.PofNavigationException If this value is a "terminal" or the child value cannot be located for any other reason.

See Also