Skip to main content
Skip table of contents

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
TypeNameMethods
intKeyget
intValueget

Methods

Protected internal methods
ReturnsName
IntHashtableEntryClone()

Details

Constructors

IntHashtableEntry
public IntHashtableEntry()

Methods

Clone

Source code

protected internal virtual IntHashtableEntry Clone()

Properties

Key
public virtual int Key { get; }
Value
public virtual int Value { get; }

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.