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