Class IntHashtable.Entry
Innerclass that acts as a datastructure to create a new entry in the table.
public class IntHashtable.Entry
- Inheritance
-
IntHashtable.Entry
- Inherited Members
Methods
Clone()
protected virtual object Clone()
Returns
GetKey()
public virtual int GetKey()
Returns
GetValue()
public virtual int GetValue()
Returns
ToString()
public override string ToString()