- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Foundation 
- Base Types
- 
									- Object
 
- Derived Types
							graph BT
	Type-->Base0["Object"]
	Type["HashtableBase"]
class Type type-node
	Derived0["Hashtable4"]-->Type
	click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/Hashtable4"
	Derived1["IdentityHashtable4"]-->Type
	click Derived1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/IdentityHashtable4"
	Derived2["IdentitySet4"]-->Type
	click Derived2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/IdentitySet4"
						
					Syntax
public class HashtableBaseConstructors
| Name | Summary | 
|---|---|
| HashtableBase | |
| HashtableBase | |
| HashtableBase | 
Fields
| Name | Constant Value | Summary | 
|---|---|---|
| _mask | ||
| _maximumSize | ||
| _size | ||
| _table | ||
| _tableSize | 
Methods
| Name | Value | Summary | 
|---|---|---|
| Clear | void | |
| EntryIndex | int | |
| FindWithSameKey | HashtableIntEntry | |
| HashtableIterator | HashtableIterator | |
| Keys | IEnumerator | |
| PutEntry | void | |
| RemoveEntry | void | |
| RemoveIntEntry | Object | |
| RemoveLongEntry | Object | |
| RemoveObjectEntry | Object | |
| Size | int | |
| ToString | string | |
| Values | IEnumerable | |
| ValuesIterator | IEnumerator | Iterates through all the values. |