Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
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 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
Exception | Condition |
---|---|
Tangosol.IO.Pof.Reflection..::..PofNavigationException | If this value is a "terminal" or the child value cannot be located for any other reason. |