IPofValueGetCollection 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)
SyntaxICollection 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.
            
See Also