Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: IEnumerable<CircularCell> FindNeighbors(IEnumerable<CircularCell>)

Declaration

public IEnumerable<CircularCell> FindNeighbors(
    IEnumerable<CircularCell> cells
)

Summary

Given a collection of CircularCell objects, returns the subset of those that would be neighbors of the current cell.