- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Sharpen
.Util - Interfaces
-
- ISet
- ICollection
- IList
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["ISet"]
click Interface0 "/db4o-gpl-doc/output/api/Sharpen.Util/ISet"
Type-.->Interface1["ICollection"]
Type-.->Interface2["IList"]
Type["HashSet"]
class Type type-node
Syntax
public class HashSet : ISet, ICollection, IList
Constructors
| Name | Summary |
|---|---|
| HashSet |
|
| HashSet |
Properties
| Name | Value | Summary |
|---|---|---|
| Count | int | |
| IsEmpty | bool | |
| IsSynchronized | bool | |
| SyncRoot | Object |
Methods
| Name | Value | Summary |
|---|---|---|
| Add |
bool | |
| AddAll |
bool | |
| Clear |
void | |
| Contains |
bool | |
| ContainsAll |
bool | |
| CopyTo |
void | |
| GetEnumerator |
IEnumerator | |
| Remove |
bool | |
| RemoveAll |
bool |