Represents an enhanced version of the ICollection interface.
For a list of all members of this type, see ICollection2 Members.
This class is an initial attempt to try to correct how Microsoft defines a collection. Some of the methods in IList really belong in ICollection, since all collections can share these methods and properties, from lists, to sets, to maps.
ICollection implementations fall into three categories: read-only, fixed-size, variable-size. A read-only ICollection cannot be modified. A fixed-size ICollection does not allow the addition or removal of elements, but it allows the modification of existing elements. A variable-size ICollection allows the addition, removal and modification of elements.Namespace: Foley.Utilities.Collections Namespace
Assembly: FoleyUtilities.dll
ICollection2 Members | Foley.Utilities.Collections Namespace