iText 5

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

Returns

Name

bool

Empty

()

T

Peek

()

T

Pop

()

T

Push

(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

Type

Name

Description

T

item

Empty

Source code

public virtual bool Empty()

Generated with ModularDoc