Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-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: 12.2.1.4014 (12.2.1.4014)
Syntax
C# |
---|
public override Object Extract( Object target ) |
Parameters
- target
- Type: System..::..Object
An Object to retrieve the collection of values from.
Return Value
A List containing the extracted values or null if the target object itself is null.Implements
IValueExtractor..::..Extract(Object)
Remarks
Note that each individual value could be an object of a standard
wrapper type (for intrinsic types) or null.