ChainableReader.

Read() Method

Summary

Forwards Read calls to the TextReader or ChainableReader passed in the corresponding constructor.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Filters
Containing Type
ChainableReader

Syntax

public virtual int Read()

Return Value

Type Description
int Character or -1 if end of stream.