Summary
Forwards Peek calls to the TextReader or ChainableReader passed in the corresponding constructor.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Filters - Containing Type
- ChainableReader
Syntax
public virtual int Peek()
Return Value
| Type | Description |
|---|---|
| int | Character or -1 if end of stream |
