Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
Construct a ChainedExtractor based on two extractors.
Namespace:
Tangosol.Util.ExtractorAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public ChainedExtractor( IValueExtractor extractor1, IValueExtractor extractor2 ) |
Parameters
- extractor1
- Type: Tangosol.Util..::.IValueExtractor
The IValueExtractor.
- extractor2
- Type: Tangosol.Util..::.IValueExtractor
The IValueExtractor.