







|
| FastColoredTextBox |
| LimitedStack<(Of <(<'T>)>)> Constructor |
| LimitedStack<(Of <(<'T>)>)> Class See Also Send Feedback |
Constructor
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
| C# |
|---|
public LimitedStack( int maxItemCount ) |
| Visual Basic |
|---|
Public Sub New ( _ maxItemCount As Integer _ ) |
| Visual C++ |
|---|
public: LimitedStack( int maxItemCount ) |
Parameters
- maxItemCount
- Type: System..::..Int32
Maximum length of stack
