NAnt.Core.Filters.ChainableReader.Read C# (CSharp) Method

Read() public method

Forwards Read calls to the TextReader or ChainableReader passed in the corresponding constructor.
public Read ( ) : int
return int
        public virtual int Read()
        {
            return InternalRead();
        }