Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Deconstruct(out Node<TWeight, TLabel>, out TLabel)

  • Declared in: RT.Dijkstra.Step<TWeight, TLabel>

Declaration

public void Deconstruct(
    out Node<TWeight, TLabel> node,
    out TLabel label
)

Summary

Deconstructor.