LimitedStack(T) Constructor

T3000 CrossPlatform

LimitedStackT Constructor

[This is preliminary documentation and is subject to change.]

Constructor

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public LimitedStack(
	int maxItemCount
)
Public Sub New ( 
	maxItemCount As Integer
)

Dim maxItemCount As Integer

Dim instance As New LimitedStack(maxItemCount)

Parameters

maxItemCount
Type: SystemInt32
Maximum length of stack
See Also