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

Trivial IValueExtractor implementation that does not actually extract anything from the passed value, but returns the value itself.

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

Syntax

C#
public class IdentityExtractor : AbstractExtractor, 
	IPortableObject

Inheritance Hierarchy

System..::.Object
  Tangosol.Util.Extractor..::.AbstractExtractor
    Tangosol.Util.Extractor..::.IdentityExtractor

See Also