LimitedStack(T).MaxItemCount Property

T3000 CrossPlatform

LimitedStackTMaxItemCount Property

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

Max stack length

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public int MaxItemCount { get; }
Public ReadOnly Property MaxItemCount As Integer
	Get

Dim instance As LimitedStack
Dim value As Integer

value = instance.MaxItemCount

Property Value

Type: Int32
See Also