Search Results for

    Show / Hide Table of Contents

    Class TopologicalSort<T>

    Class for sorting lists topologically.

    Inheritance
    object
    TopologicalSort<T>
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.PluginFramework.Util
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public static class TopologicalSort<T> where T : ITopologicalSortable
    Type Parameters
    Name Description
    T

    The type of item to sort. Needs to implement or extend the ITopologicalSortable interface.

    Methods

    Sort(IList<T>)

    Sorts the specified list topologically.

    Declaration
    public static void Sort(IList<T> items)
    Parameters
    Type Name Description
    IList<T> items

    List of items to sort.

    See Also

    ITopologicalSortable
    In this article
    • Methods
      • Sort(IList<T>)
    • See Also
    Back to top Generated by DocFX