views:

83

answers:

2

I can only think of Peek() and ReadNoAdvance() atm, but I wonder if there are better or standard options.

Thanks.

+9  A: 

peek is the standard name, present in various languages.

Vinko Vrsalovic
+2  A: 

I've seen ReadAhead(), but I think Peek() is more standard.

Kristopher Johnson