BigSet<E> Class

Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Internal.Collections
Interfaces
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

Properties

Name Value Summary
Count int
IsEmpty bool
IsReadOnly bool

Methods