NAnt SDK Documentation - v0.92

TabsToSpaces.Read Method 

Retrieves the next character in the stream.

[Visual Basic]
Overrides Public Function Read() As Integer
[C#]
public override int Read();

Return Value

-1 if end of stream otherwise a character

See Also

TabsToSpaces Class | NAnt.Core.Filters Namespace