C# Class NAnt.Core.Filters.PhysicalTextReader

Represents a physical TextReader. That is a reader based on a stream.
Used by ChainableReader to represent a Filter based on a TextReader in the chain.
Inheritance: NAnt.Core.Filters.Filter
Afficher le fichier Open project: skolima/NAnt Class Usage Examples

Méthodes publiques

Méthode Description
PhysicalTextReader ( TextReader textReader ) : System

Method Details

PhysicalTextReader() public méthode

public PhysicalTextReader ( TextReader textReader ) : System
textReader System.IO.TextReader
Résultat System