NAnt SDK Documentation - v0.85-nightly-2005-11-09

ReplaceTokens.Read Method 

[This is preliminary documentation and subject to change.]

Reads the next character applying the filter logic.

[Visual Basic]
Overrides Public Function Read() As Integer
[C#]
public override int Read();

Return Value

Char as an int or -1 if at the end of the stream

Remarks

Missing <remarks> documentation for M:NAnt.Core.Filters.ReplaceTokens.Read

See Also

ReplaceTokens Class | NAnt.Core.Filters Namespace