Method AreAllLinesWords
AreAllLinesWords(IGrid<GridPoint2, string>, IEnumerable<GridPoint2>, IWordDictionary)
public static bool AreAllLinesWords(IGrid<GridPoint2, string> grid, IEnumerable<GridPoint2> pointsToCheck, IWordDictionary dictionary)
Parameters
gridIGrid<GridPoint2, string>pointsToCheckIEnumerable<GridPoint2>dictionaryIWordDictionary