Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: IEnumerable<LessThanConstraint> FromString(string, int)

Declaration

public static IEnumerable<LessThanConstraint> FromString(
    string representation,
    int gridWidth = 9
)

Summary

Generates multiple LessThanConstraint from a semicolon-separated list of coordinate regions represented in the format understood by Constraint.TranslateCoordinates(string, int).

Parameters

stringrepresentation The string representation of the set of regions.
intgridWidth The width of the grid. If not specified, the default value is 9.