- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Foundation - Interfaces
- Base Types
-
- Object
- HashtableIntEntry
- Derived Types
graph BT
Type-->Base0["HashtableIntEntry"]
click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/HashtableIntEntry"
Base0-->Base1["Object"]
Type-.->Interface0["IEntry4"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/IEntry4"
Type-.->Interface1["IDeepClone"]
click Interface1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/IDeepClone"
Type["HashtableObjectEntry"]
class Type type-node
Derived0["IdentityHashtable4.IdentityEntry"]-->Type
click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/IdentityEntry"
Syntax
public class HashtableObjectEntry : HashtableIntEntry, IEntry4, IDeepClone
Constructors
Name | Summary |
---|---|
HashtableObjectEntry |
Fields
Name | Constant Value | Summary |
---|---|---|
_key |
Inherited from HashtableIntEntry
|
|
_next |
Inherited from HashtableIntEntry
|
|
_object |
Inherited from HashtableIntEntry
|
|
_objectKey |
Methods
Name | Value | Summary |
---|---|---|
DeepClone |
Object | |
DeepCloneInternal |
HashtableIntEntry | |
HasKey |
bool | |
Key |
Object | |
SameKeyAs |
bool | |
ToString |
string | |
Value |
Object |
Inherited from HashtableIntEntry
|