NAnt SDK Documentation - v0.92

TabsToSpaces.Peek Method 

Retrieves the next character with moving the position in the stream.

Note   This method is not implemented
[Visual Basic]
Overrides Public Function Peek() As Integer
[C#]
public override int Peek();

Return Value

-1 if end of stream otherwise a character

See Also

TabsToSpaces Class | NAnt.Core.Filters Namespace