NAnt SDK Documentation - v0.92

LoopTask.LoopTrim Enumeration

[Visual Basic]
<Serializable>
Public Enum LoopTask.LoopTrim
[C#]
[Serializable]
public enum LoopTask.LoopTrim

Members

Member Name Description
None Do not remove any white space characters.
End Remove all white space characters from the end of the current item.
Start Remove all white space characters from the beginning of the current item.
Both Remove all white space characters from the beginning and end of the current item.

Requirements

Namespace: NAnt.Core.Tasks

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

NAnt.Core.Tasks Namespace