Table of Contents

Interface ITarjanNodeProperties

Namespace
MassTransit.Internals.GraphValidation
Assembly
MassTransit.Abstractions.dll
public interface ITarjanNodeProperties

Properties

Index

int Index { get; set; }

Property Value

int
int LowLink { get; set; }

Property Value

int