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

TabsToSpaces.Peek Method 

[This is preliminary documentation and subject to change.]

Retrieves the next character with moving the position in the stream.

Note   This method is not implemented
[Visual Basic]
Overrides Public Function Peek() As Integer
[C#]
public override int Peek();

Return Value

-1 if end of stream otherwise a character

Remarks

Missing <remarks> documentation for M:NAnt.Core.Filters.TabsToSpaces.Peek

See Also

TabsToSpaces Class | NAnt.Core.Filters Namespace