HashSet4 Class

Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Foundation
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["ISet4"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/ISet4" Type-.->Interface1["IEnumerable"] Type["HashSet4"] class Type type-node

Syntax

public class HashSet4 : ISet4, IEnumerable

Constructors

Name Summary
HashSet4()
HashSet4(int)

Methods

Name Value Summary
Add(Object) bool
Clear() void
Contains(Object) bool
GetEnumerator() IEnumerator
IsEmpty() bool
Remove(Object) bool
Size() int
ToString() string