IHCollectionTToArray Method Hazelcast .Net Client Class Library
Returns an array containing all of the elements in this collection.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.2.0
Syntax

T[] ToArray()

Return Value

Type: T
an array containing all of the elements in this collection.
See Also

Reference