Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Interface: RT.Coordinates.INeighbor<TCell>

Summary

Exposes a means for a cell to report what all of its neighbors are.

Generic type parameters

TCell The type of cell.

Instance properties

IEnumerable<TCell>
  • Abstract
Returns the current cell’s neighbors.