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 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:
TA list of items.
See Also