C# Класс TestStack.Dossier.DataSources.Dictionaries.CachedFileDictionaryRepository

Retrieves words from dictionaries stored in files. First looks for external file that user might have created. If this does not exist then data is retrieved from embedded resource files.
Наследование: IDictionaryRepository
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetWordsFrom ( string dictionary ) : IList

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

Метод Описание
GetWordsFromEmbeddedResource ( Assembly assembly, string resourceName ) : IList

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

GetWordsFrom() публичный Метод

public GetWordsFrom ( string dictionary ) : IList
dictionary string
Результат IList