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

Locate the IPofValue designated by this IPofNavigator within the passed IPofValue.

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

Syntax

C#
public IPofValue Navigate(
	IPofValue valueOrigin
)

Parameters

valueOrigin
Type: Tangosol.IO.Pof.Reflection..::.IPofValue
The origin from which navigation starts.

Return Value

The resulting IPofValue.

Implements

IPofNavigator..::.Navigate(IPofValue)

Exceptions

ExceptionCondition
Tangosol.IO.Pof.Reflection..::.PofNavigationException If the navigation fails; for example one of the intermediate nodes in this path is a "terminal" IPofValue.

See Also