Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: IEnumerable<TCell> FindPath(TCell, TCell)

Declaration

public IEnumerable<TCell> FindPath(
    TCell from,
    TCell to
)

Summary

Finds the shortest path from the specified from cell to the specified to cell.

Parameters

TCellfrom The starting cell.
TCellto The destination cell.

Returns

A collection containing every cell along the path, including from and to.