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
Details
Inheritance
-
List<string>
Constructors
Stackr
public Stackr()
Methods
Push
Source code
internal void Push(string obj)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
obj |
Pop
Source code
internal string Pop()
Generated with ModularDoc