Stack2<T> Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.XfaForm iTextSharp.text.pdf.XfaForm.Stack2_1[[Stack2< T >]] end subgraph System.Collections.Generic System.Collections.Generic.List_1[[List]] end System.Collections.Generic.List_1 --> iTextSharp.text.pdf.XfaForm.Stack2_1
Members
Methods
Public methods
Details
Inheritance
-
List<T>
Constructors
Stack2
public Stack2()
Methods
Peek
Source code
public virtual T Peek()
Pop
Source code
public virtual T Pop()
Push
Source code
public virtual T Push(T item)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
item |
Empty
Source code
public virtual bool Empty()
Generated with ModularDoc