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

TabsToSpaces.Read Method 

[This is preliminary documentation and subject to change.]

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

Remarks

Missing <remarks> documentation for M:NAnt.Core.Filters.TabsToSpaces.Read

See Also

TabsToSpaces Class | NAnt.Core.Filters Namespace