NAnt SDK Documentation - v0.92

LoopTask.Delimiter Property

The deliminator char.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="delim", ExpandProperties:=True, ProcessXml:=True)>
Public Property Delimiter As String
[C#]
[TaskAttribute(Required=False, Name="delim", ExpandProperties=True, ProcessXml=True)]
public string Delimiter {get; set;}

See Also

LoopTask Class | NAnt.Core.Tasks Namespace