Search Results for

    Show / Hide Table of Contents

    Class TopologicalExtensions

    This contains Extension methods for Topological Sorting

    Inheritance
    object
    TopologicalExtensions
    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 TopologicalExtensions

    Methods

    TopologicalSort<T>(IEnumerable<T>)

    Sort an Enumerable by the TopologicalSortable interface

    Declaration
    public static IEnumerable<T> TopologicalSort<T>(this IEnumerable<T> items) where T : ITopologicalSortable
    Parameters
    Type Name Description
    IEnumerable<T> items

    ITopologicalSortable items

    Returns
    Type Description
    IEnumerable<T>

    Sorted items

    Type Parameters
    Name Description
    T

    ITopologicalSortable type

    In this article
    • Methods
      • TopologicalSort<T>(IEnumerable<T>)
    Back to top Generated by DocFX