Search Results for

    Show / Hide Table of Contents

    Class TopologicalSort<T>

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

    Methods

    Sort(IList<T>)

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

    On this page

    Back to top Generated by DocFX