| 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.9.3
Syntax abstract ToArray : unit -> 'T[]
Return Value
Type:
Tan array containing all of the elements in this collection.
See Also