Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

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

Summary

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