Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

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

Summary

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