C# Class 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.
Inheritance: IDictionaryRepository
Afficher le fichier Open project: TestStack/TestStack.Dossier Class Usage Examples

Méthodes publiques

Méthode Description
GetWordsFrom ( string dictionary ) : IList

Private Methods

Méthode Description
GetWordsFromEmbeddedResource ( Assembly assembly, string resourceName ) : IList

Method Details

GetWordsFrom() public méthode

public GetWordsFrom ( string dictionary ) : IList
dictionary string
Résultat IList