Skip to main content
Skip table of contents

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
ReturnsName
boolEmpty()
TPeek()
TPop()
TPush(T item)

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
TypeNameDescription
Titem
Empty

Source code

public virtual bool Empty()

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.