Table of Contents

Class Tarjan<T, TNode>

Namespace
MassTransit.Internals.GraphValidation
Assembly
MassTransit.Abstractions.dll
public class Tarjan<T, TNode> where T : notnull where TNode : Node<T>, ITarjanNodeProperties

Type Parameters

T
TNode
Inheritance
Tarjan<T, TNode>
Inherited Members

Constructors

Tarjan(AdjacencyList<T, TNode>)

public Tarjan(AdjacencyList<T, TNode> list)

Parameters

list AdjacencyList<T, TNode>

Properties

Result

public IList<IList<TNode>> Result { get; }

Property Value

IList<IList<TNode>>