Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: TrackConstraint(IEnumerable<int>)

Declaration

public TrackConstraint(
    IEnumerable<int> affectedCells
)

Summary

Constructor.

Parameters

IEnumerable<int>affectedCells Describes the track. The order of the cells is significant, and the track is assumed to loop back on itself.