Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Grid(IEnumerable<Square>, IEnumerable<Link<Square>>, Func<Square, IEnumerable<Square>>)

Declaration

public Grid(
    IEnumerable<Square> cells,
    IEnumerable<Link<Square>> links = null,
    Func<Square, IEnumerable<Square>> getNeighbors = null
)

Summary

See Structure<TCell>(IEnumerable<TCell>, IEnumerable<Link<TCell>>, Func<TCell, IEnumerable<TCell>>).