  | IHCollectionTToArray Method  | 
 
            Returns an array containing all of the elements in this collection.
            
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.10
Syntaxabstract ToArray : unit -> 'T[] 
Return Value
Type: 
Tan array containing all of the elements in this collection.
See Also