- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Collections - Interfaces
-
- ISet
<E> - ICollection
<E> - IBigSetPersistence
- ISet
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["ISet<E>"]
Type-.->Interface1["ICollection<E>"]
Type-.->Interface2["IBigSetPersistence"]
click Interface2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Collections/IBigSetPersistence"
Type["BigSet<E>"]
class Type type-node
Syntax
public class BigSet<E> : ISet<E>, ICollection<E>, IBigSetPersistence
Type Parameters
| Name | Description |
|---|---|
| E |
Constructors
| Name | Summary |
|---|---|
| BigSet |
Properties
| Name | Value | Summary |
|---|---|---|
| Count | int | |
| IsEmpty | bool | |
| IsReadOnly | bool |
Methods
| Name | Value | Summary |
|---|---|---|
| Add |
bool | |
| AddAll |
bool | |
| Clear |
void | |
| Contains |
bool | |
| Invalidate |
void | |
| Read |
void | |
| Remove |
bool | |
| ToArray |
Object[] | |
| ToArray |
T[] | |
| Write |
void |