Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Obtain the ValueExtractor object that the IMapIndex uses to extract an indexable Object from a value stored in the indexed Dictionary. This property is never null.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public IValueExtractor ValueExtractor { get; }

Implements

IMapIndex..::.ValueExtractor

See Also