Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Construct a KeyExtractor based on a specified IValueExtractor.

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

Syntax

C#
public KeyExtractor(
	IValueExtractor extractor
)

Parameters

extractor
Type: Tangosol.Util..::.IValueExtractor
The underlying IValueExtractor.

See Also