NVelocity.Runtime.Parser.VelocityCharStream.VelocityCharStream C# (CSharp) Méthode

VelocityCharStream() public méthode

public VelocityCharStream ( TextReader textReader, int startLine, int startColumn ) : System
textReader TextReader
startLine int
startColumn int
Résultat System
        public VelocityCharStream(TextReader textReader, int startLine, int startColumn)
            : this(textReader, startLine, startColumn, 4096)
        {
        }

Same methods

VelocityCharStream::VelocityCharStream ( TextReader textReader, int startLine, int startColumn, int bufferSize ) : System