Click or drag to resize

MultiExtractorExtract Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
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