Summary
Retrieves the next character in the stream.
- Assembly
 - NAnt
.Core .dll  - Namespace
 - NAnt
.Core .Filters  - Containing Type
 - TabsToSpaces
 
Syntax
public override int Read()
	Return Value
| Type | Description | 
|---|---|
| int | -1 if end of stream otherwise a character | 
