Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

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

Summary

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