- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Foundation - Interfaces
-
- IEnumerable
- Base Types
-
- Object
- HashtableBase
graph BT
Type-->Base0["HashtableBase"]
click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/HashtableBase"
Base0-->Base1["Object"]
Type-.->Interface0["IEnumerable"]
Type["IdentitySet4"]
class Type type-node
Syntax
public class IdentitySet4 : HashtableBase, IEnumerable
Constructors
| Name | Summary |
|---|---|
| IdentitySet4 |
|
| IdentitySet4 |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| _mask |
Inherited from HashtableBase
|
|
| _maximumSize |
Inherited from HashtableBase
|
|
| _size |
Inherited from HashtableBase
|
|
| _table |
Inherited from HashtableBase
|
|
| _tableSize |
Inherited from HashtableBase
|
Methods
| Name | Value | Summary |
|---|---|---|
| Add |
void | |
| Clear |
void |
Inherited from HashtableBase
|
| Contains |
bool | |
| EntryIndex |
int |
Inherited from HashtableBase
|
| FindWithSameKey |
HashtableIntEntry |
Inherited from HashtableBase
|
| GetEnumerator |
IEnumerator | |
| HashtableIterator |
HashtableIterator |
Inherited from HashtableBase
|
| Keys |
IEnumerator |
Inherited from HashtableBase
|
| PutEntry |
void |
Inherited from HashtableBase
|
| Remove |
void | |
| RemoveEntry |
void |
Inherited from HashtableBase
|
| RemoveIntEntry |
Object |
Inherited from HashtableBase
|
| RemoveLongEntry |
Object |
Inherited from HashtableBase
|
| RemoveObjectEntry |
Object |
Inherited from HashtableBase
|
| Size |
int |
Inherited from HashtableBase
|
| ToString |
string |
Inherited from HashtableBase
|
| Values |
IEnumerable |
Inherited from HashtableBase
|
| ValuesIterator |
IEnumerator |
Iterates through all the values.
Inherited from HashtableBase
|