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 override IPofValue FindChildInternal(
	int nIndex,
	int ofStart,
	int iStart
)

Parameters

nIndex
Type: System..::.Int32
Index of the child value to find.
ofStart
Type: System..::.Int32
Offset within the parent buffer to start search from.
iStart
Type: System..::.Int32
Index of the child value to start search from.

Return Value

The child value.

See Also