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

LoopTask.LoopTrim Enumeration

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for T:NAnt.Core.Tasks.LoopTask.LoopTrim

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

Remarks

Missing <remarks> documentation for T:NAnt.Core.Tasks.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