Foley .NET Utilities Class Library

SetBase Class

Provides an abstract implementation of the ISet interface and extends Collection2Base.

For a list of all members of this type, see SetBase Members.

System.Object
   Collection2Base
      SetBase

[Visual Basic]
MustInherit Public Class SetBase
Inherits Collection2Base
Implements ICollection2, ICollection, IEnumerable, ISet
[C#]
[Serializable]
public abstract class SetBase : Collection2Base, ICollection2, ICollection, IEnumerable, ISet

Remarks

The main purpose of this is an all purpose base class that can be extended by any class that wants to be a set.

Requirements

Namespace: Foley.Utilities.Collections Namespace

Assembly: FoleyUtilities.dll

See Also

SetBase Members | Foley.Utilities.Collections Namespace