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

Peek() public method

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