Method | Description | |
---|---|---|
Compare ( string fragmentText ) : System.CompareResult | ||
FuzzyAutoCompleteItem ( string text ) : System |
Method | Description | |
---|---|---|
LCS ( string a, string b, int index1, int index2 ) : int |
LCS Algorithm
|
public Compare ( string fragmentText ) : System.CompareResult | ||
fragmentText | string | |
return | System.CompareResult |
public FuzzyAutoCompleteItem ( string text ) : System | ||
text | string | |
return | System |