T3000 CrossPlatform Documentation
LimitedStackT Class |
[This is preliminary documentation and is subject to change.]
Limited stack
Inheritance Hierarchy
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:FastColoredTextBoxNS.LimitedStack`1"]
The LimitedStackT type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LimitedStackT |
Constructor
|
Properties
Name | Description | |
---|---|---|
Count |
Current length of stack
| |
MaxItemCount |
Max stack length
|
Methods
Name | Description | |
---|---|---|
Clear |
Clear stack
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Peek |
Peek item
| |
Pop |
Pop item
| |
Push |
Push item
| |
ToArray | ||
ToString | (Inherited from Object.) |
See Also