IntHashtableEntry
IntHashtableEntry Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.IntHashtable
iTextSharp.text.pdf.IntHashtable.IntHashtableEntry[[IntHashtableEntry]]
end
Members
Properties
Public properties
Methods
Protected internal methods
Returns | Name |
---|---|
IntHashtableEntry | Clone () |
Details
Constructors
IntHashtableEntry
public IntHashtableEntry()
Methods
Clone
protected internal virtual IntHashtableEntry Clone()
Properties
Key
public virtual int Key { get; }
Value
public virtual int Value { get; }
Generated with ModularDoc