C# Class Word_Find_Solver.Grid.FoundWord

Mostrar archivo 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_oe property

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

Word public_oe property

public string Word
return string

WordScore public_oe property

public int WordScore
return int