Stack2T
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
public virtual T Peek()
Pop
public virtual T Pop()
Push
public virtual T Push(T item)
Arguments
Type | Name | Description |
---|---|---|
T | item |
Empty
public virtual bool Empty()
Generated with ModularDoc