TopographicalSortExtensions Class

Summary

TopographicalSortExtensions.
Assembly
Rocket.Surgery.Extensions.dll
Namespace
Rocket.Surgery.Extensions
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["TopographicalSortExtensions"] class Type type-node

Syntax

public static class TopographicalSortExtensions

Attributes

Type Description
NullableContextAttribute
NullableAttribute
PublicAPIAttribute

Methods

Name Value Summary
TopographicalSort<T>(IEnumerable<T>, Func<T, IEnumerable<T>>) IEnumerable<T>
Topographicals the sort.
static