ISet4 Interface

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

Syntax

public interface ISet4 : IEnumerable

Methods

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