Click or drag to resize

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.2
Syntax
T[] ToArray()

Return Value

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