ISet Interface

Assembly
Db4objects.Db4o-2010.dll
Namespace
Sharpen.Util
Interfaces
  • ICollection
Implementing Types
graph BT Type-.->Interface0["ICollection"] Type["ISet"] class Type type-node Implementing0["HashSet"]-.->Type click Implementing0 "/db4o-gpl-doc/output/api/Sharpen.Util/HashSet"

Syntax

public interface ISet : ICollection

Methods

Name Value Summary
Add(Object) bool
Contains(Object) bool
Remove(Object) bool