Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Deconstruct(out EdgeType, out TCell, out TCell)

  • Declared in: RT.Coordinates.EdgeInfo<TCell>

Declaration

public void Deconstruct(
    out EdgeType edgeType,
    out TCell cell1,
    out TCell cell2
)

Summary

Deconstructor.