Skip to main content
Skip table of contents

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
ReturnsName
stringPop()
voidPush(string obj)

Details

Inheritance

  • List<string>

Constructors

Stackr
public Stackr()

Methods

Push

Source code

internal void Push(string obj)
Arguments
TypeNameDescription
stringobj
Pop

Source code

internal string Pop()

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.