ArrayFunctions Class

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(Project, PropertyDictionary) Initializes a new instance of the NAnt.Contrib.Functions.ArrayFunctions class.

Methods

Name Value Summary
Reverse(string, string) string
Reverse the items in an array.
Sort(string, string) string
Sorts the items in an array.