Clear Function
Removes all items from the array.
Syntax
[C#]
virtual void Clear()
Params
Name
Description
none
Notes
Removes all items from the array.
Example
None.