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

Parameters

nIndex
Type: System..::.Int32

[Missing <param name="nIndex"/> documentation for "M:Tangosol.IO.Pof.Reflection.ComplexPofValue.GetChild(System.Int32)"]

Return Value

The 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