Click or drag to resize

ConcurrentCircularCollectionTToReverseArray Method

Converts the list to an array in the reverse order.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public T[] ToReverseArray(
	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