NAntContrib Help Function Reference array::reverse | v0.92-beta1 |
[This is preliminary documentation and subject to change.]
Reverse the items in an array.
string array::reverse(array, separator)
Name | Type | Description |
---|---|---|
array | string | The String containing all the array items to reverse. |
separator | string | The String used to separate the items in array |