Tipic Instant Messaging Platform - Programmer's Reference Guide

ByteStack.Push Method 

Push a byte onto the stack.

[Visual Basic]
Public Sub Push( _
   ByVal b As Byte _
)
[C#]
public void Push(
   byte b
);

Parameters

b

See Also

ByteStack Class | bedrock.collections Namespace