Tipic Instant Messaging Platform - Programmer's Reference Guide

ByteStack Constructor (Int32)

Create an instance with the given initial capacity.

[Visual Basic]
Overloads Public Sub New( _
   ByVal initialSize As Integer _
)
[C#]
public ByteStack(
   int initialSize
);

Parameters

initialSize
The initial capacity

See Also

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