Summary
Provides a set of functions that deals with Arrays.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Functions - Base Types
-
- FunctionSetBase
graph BT
Type-->Base0["FunctionSetBase"]
Type["ArrayFunctions"]
class Type type-node
Syntax
[FunctionSet("array", "Array")]
public class ArrayFunctions : FunctionSetBase
Attributes
Type | Description |
---|---|
FunctionSet |
Constructors
Name | Summary |
---|---|
ArrayFunctions |
Initializes a new instance of the
NAnt.Contrib.Functions.ArrayFunctions class.
|
Methods
Name | Value | Summary |
---|---|---|
Reverse |
string |
Reverse the items in an array.
|
Sort |
string |
Sorts the items in an array.
|