Click or drag to resize

ConcurrentCircularCollectionTToArray Method

Converts the list to an array.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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