Click or drag to resize

AbstractPofValueGetCollection Method (ICollection)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Return an ICollection of object values which this IPofValue represents.

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public virtual ICollection GetCollection(
	ICollection coll
)

Parameters

coll
Type: System.CollectionsICollection
The optional ICollection to use to store the values.

Return Value

Type: ICollection
An ICollection of object values.

Implements

IPofValueGetCollection(ICollection)
See Also