ISet

Description

interface Tinman.Core.Collections.ISet<T>

Derived from

IBag<T>
ISetConst<T>

Extended by

ISortedSet
Set
SetBase abstract

Base interface for classes that represent a collection of elements, i.e. an element may be contained at most once.