C# Класс VS_QuickNavigation.StringScore

Показать файл Открыть проект

Открытые методы

Метод Описание
FormatMatches ( string sString, int>.List matches, bool>.List formatted, int start ) : void
LevenshteinDistance ( string a, string b ) : int
Search ( string word, IEnumerable wordList, double fuzzyness ) : List
Search ( string search, string words, double fuzzyness ) : List
Search ( string query, string content, int>.List matchIndexOut = null, int doubleScoreStart ) : int

Приватные методы

Метод Описание
CharScore ( char a, char b ) : int

Описание методов

FormatMatches() публичный статический Метод

public static FormatMatches ( string sString, int>.List matches, bool>.List formatted, int start ) : void
sString string
matches int>.List
formatted bool>.List
start int
Результат void

LevenshteinDistance() публичный статический Метод

public static LevenshteinDistance ( string a, string b ) : int
a string
b string
Результат int

Search() публичный статический Метод

public static Search ( string word, IEnumerable wordList, double fuzzyness ) : List
word string
wordList IEnumerable
fuzzyness double
Результат List

Search() публичный статический Метод

public static Search ( string search, string words, double fuzzyness ) : List
search string
words string
fuzzyness double
Результат List

Search() публичный статический Метод

public static Search ( string query, string content, int>.List matchIndexOut = null, int doubleScoreStart ) : int
query string
content string
matchIndexOut int>.List
doubleScoreStart int
Результат int