- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Collections - Interfaces
-
- ICollection
<T>
- ICollection
- Implementing Types
graph BT
Type-.->Interface0["ICollection<T>"]
Type["ISet<T>"]
class Type type-node
Implementing0["BigSet<E>"]-.->Type
click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Collections/BigSet_1"
Syntax
public interface ISet<T> : ICollection<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
Name | Value | Summary |
---|---|---|
IsEmpty | bool |
Methods
Name | Value | Summary |
---|---|---|
AddAll |
bool | |
ContainsAll |
bool | |
RemoveAll |
bool |