LoopTask.

LoopTask.LoopItem Enum

Summary

Possible types of iteration that can be done.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["LoopTask.LoopItem"] class Type type-node

Syntax

public enum LoopTask.LoopItem

Fields

Name Constant Value Summary
File 1
Loop over files in a NAnt.Core.Types.FileSet.
static
Folder 2
Loop over folders in a NAnt.Core.Types.DirSet
static
Line 4
Loop over files of a line.
static
String 3
Loop over the items of a string.
static