Search Results for

    Show / Hide Table of Contents

    Namespace ImageVault.Common.Lib.Collections.Generic

    Classes

    EnumerableExtensions

    Extension methods for the IEnumerable of T class

    ListFactory<T>

    ListFactory implementation for System.Collections.Generic.List<>

    ModifiedList<T>

    Summary description for ModifiedList.

    ModifiedListFactory<T>

    List factory for ModifiedList<T>

    UniqueList<T>

    This is a list containing unique items.

    UniqueListBase<T, TList, TListFactory>

    This is a list containing unique items. You can specify what list type that you would use as Inner list

    UniqueModifiedList<T>

    Defines a unique list that can detect if it has been modified A UniqueList<T> that wraps a ModifiedList<T>

    Interfaces

    IListFactory<T, TList>

    interface for managing lists

    In This Article
    Back to top (c) Meriworks 2002-2022