LimitedStack(T) Class
From T3000 CrossPlatform
T3000 CrossPlatform Documentation
LimitedStackT Class |
[This is preliminary documentation and is subject to change.]
Limited stack
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:FastColoredTextBoxNS.LimitedStack`1"]
The LimitedStackT type exposes the following members.
| Name | Description | |
|---|---|---|
| LimitedStackT |
Constructor
|
| Name | Description | |
|---|---|---|
| Count |
Current length of stack
| |
| MaxItemCount |
Max stack length
|
| 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.) |