NAnt SDK Documentation - v0.85-nightly-2005-11-09

LoopTask.Delimiter Property

[This is preliminary documentation and subject to change.]

The deliminator char.

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.LoopTask.Delimiter

See Also

LoopTask Class | NAnt.Core.Tasks Namespace