Tipic Instant Messaging Platform - Programmer's Reference Guide

ByteStack.Peek Method 

Non-destructively read the byte on the top of the stack.

[Visual Basic]
Public Function Peek() As Byte
[C#]
public byte Peek();

See Also

ByteStack Class | bedrock.collections Namespace