Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Locate a child IPofValue contained within this IPofValue.

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

Syntax

C#
public override IPofValue GetChild(
	int nIndex
)

Parameters

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

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