LimitedStack(T) Class

T3000 CrossPlatform

LimitedStackT Class

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

Limited stack
Inheritance Hierarchy
SystemObject  FastColoredTextBoxNSLimitedStackT

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public class LimitedStack<T>
Public Class LimitedStack(Of T)

Dim instance As LimitedStack(Of T)

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:FastColoredTextBoxNS.LimitedStack`1"]

The LimitedStackT type exposes the following members.

Constructors
  NameDescription
Public methodLimitedStackT
Constructor
Top
Properties
  NameDescription
Public propertyCount
Current length of stack
Public propertyMaxItemCount
Max stack length
Top
Methods
  NameDescription
Public methodClear
Clear stack
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPeek
Peek item
Public methodPop
Pop item
Public methodPush
Push item
Public methodToArray
Public methodToString (Inherited from Object.)
Top
See Also