Click or drag to resize

MultiExtractorExtract Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Extract a collection of values from the passed object using the underlying array of IValueExtractor objects.

Namespace:  Tangosol.Util.Extractor
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public override Object Extract(
	Object target
)

Parameters

target
Type: SystemObject
An Object to retrieve the collection of values from.

Return Value

Type: Object
A List containing the extracted values or null if the target object itself is null.

Implements

IValueExtractorExtract(Object)
Remarks
Note that each individual value could be an object of a standard wrapper type (for intrinsic types) or null.
See Also