Summary
Reads the next character applying the filter logic without
advancing the current position in the stream.
Peek currently is not supported.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Filters - Containing Type
- ReplaceTokens
Syntax
public override int Peek()
Return Value
Type | Description |
---|---|
int | Char as an integer value or -1 if at the end of the stream. |