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
파일 보기 프로젝트 열기: TestStack/TestStack.Dossier 1 사용 예제들

공개 메소드들

메소드 설명
GetWordsFrom ( string dictionary ) : IList

비공개 메소드들

메소드 설명
GetWordsFromEmbeddedResource ( Assembly assembly, string resourceName ) : IList

메소드 상세

GetWordsFrom() 공개 메소드

public GetWordsFrom ( string dictionary ) : IList
dictionary string
리턴 IList