iText 5

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

Type

Name

Methods

int

Key

get

int

Value

get

Methods

Protected internal methods

Returns

Name

IntHashtableEntry

Clone

()

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