Property | Type | Description | |
---|---|---|---|
beginWord | string | ||
endWord | string |
Method | Description | |
---|---|---|
removeText ( ) : void | ||
setText ( string description, string word ) : void |
Method | Description | |
---|---|---|
CheckCurrentIndex ( int i, char descriptionArr, char wordArr ) : bool | ||
FindMatchingText ( string description, string word ) : string | ||
addBeginEnd ( int pos, string description, string word ) : string |
public setText ( string description, string word ) : void | ||
description | string | |
word | string | |
return | void |