C# Class Word_Find_Solver.Grid.FoundWord

Show file Open project: andreigec/Word-Find-Solver

Public Properties

Property Type Description
Locations List
Word string
WordScore int

Public Methods

Method Description
FoundWord ( ) : System
FoundWord ( string word, int wordScore, List locations ) : System

Method Details

FoundWord() public method

public FoundWord ( ) : System
return System

FoundWord() public method

public FoundWord ( string word, int wordScore, List locations ) : System
word string
wordScore int
locations List
return System

Property Details

Locations public property

list of x,y values for each letter
public List Locations
return List

Word public property

public string Word
return string

WordScore public property

public int WordScore
return int