NAnt.Core.Filters.ChainableReader.Read C# (CSharp) Méthode

Read() public méthode

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