Foley .NET Utilities Class Library

Collection2Base Class

Provides an abstract implementation of the ICollection2 interface.

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

System.Object
   Collection2Base

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

Remarks

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

Requirements

Namespace: Foley.Utilities.Collections Namespace

Assembly: FoleyUtilities.dll

See Also

Collection2Base Members | Foley.Utilities.Collections Namespace