iText 5

Stackr

Stackr Internal class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.XfdfReader iTextSharp.text.pdf.XfdfReader.Stackr[[Stackr]] end subgraph System.Collections.Generic System.Collections.Generic.List_1[[List]] end System.Collections.Generic.List_1 --> iTextSharp.text.pdf.XfdfReader.Stackr

Members

Methods

Internal methods

Returns

Name

string

Pop

()

void

Push

(string obj)

Details

Inheritance

  • List<string>

Constructors

Stackr

public Stackr()

Methods

Push

Source code

internal void Push(string obj)

Arguments

Type

Name

Description

string

obj

Pop

Source code

internal string Pop()

Generated with ModularDoc