Click or drag to resize

ConcurrentCircularCollectionTToArray Method

Converts the list to an array.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public T[] ToArray(
	bool clear = false
)

Parameters

clear (Optional)
Type: SystemBoolean
if set to true clear the list at the same time.

Return Value

Type: T
A list of items.
See Also