Click or drag to resize

ConcurrentListTToArray Method

Copies the elements of the list to a new array, and optionally clear the collection at the same time.

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

Parameters

clear (Optional)
Type: SystemBoolean
A value that indicates whether to clear the collection or not.

Return Value

Type: T
An array containing copies of the elements of the collection.
See Also