Tipic Instant Messaging Platform - Programmer's Reference Guide

ByteStack Constructor (Byte[])

Create an instance with the given initial value. The initial size will be grown from the size of the given bytes. A copy is made of the given bytes.

[Visual Basic]
Overloads Public Sub New( _
   ByVal start As Byte() _
)
[C#]
public ByteStack(
   byte[] start
);

Parameters

start

See Also

ByteStack Class | bedrock.collections Namespace | ByteStack Constructor Overload List