Class LayeredTopologicalSortAlgorithm<TVertex, TEdge>.LayeredTopologicalSortEventArgs
Event arguments for a layered topological sort algorithm.
Inheritance
System.Object
System.EventArgs
LayeredTopologicalSortAlgorithm<TVertex, TEdge>.LayeredTopologicalSortEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GraphShape.Algorithms
Assembly: GraphShape.dll
Syntax
public class LayeredTopologicalSortEventArgs : EventArgs
Properties
| Improve this Doc View SourceLayerIndex
Layer index.
Declaration
public int LayerIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Vertices
Layer vertices.
Declaration
public TVertex[] Vertices { get; }
Property Value
Type | Description |
---|---|
TVertex[] |