Share via


SeekableTextReader.Peek Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Reads the next character without changing the state of the reader or the character source.

public override int Peek ();
override this.Peek : unit -> int
Public Overrides Function Peek () As Integer

Returns

An integer representing the next character to be read.

Implements

Applies to