C# Класс Shiloh.DataGeneration.DictionaryList

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

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

Метод Описание
DictionaryList ( Assembly dictionarySource ) : System.Collections.Generic

Initializes a new instance of the DictionaryList class.

DictionaryList ( Assembly dictionarySource, string baseResourceNamespace ) : System.Collections.Generic

Initializes a new instance of the DictionaryList class.

this ( string dictionaryName ) : string[]

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

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

Initializes a new instance of the DictionaryList class.
public DictionaryList ( Assembly dictionarySource ) : System.Collections.Generic
dictionarySource System.Reflection.Assembly The assembly containing the dictionary files as embedded resource files.
Результат System.Collections.Generic

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

Initializes a new instance of the DictionaryList class.
public DictionaryList ( Assembly dictionarySource, string baseResourceNamespace ) : System.Collections.Generic
dictionarySource System.Reflection.Assembly The assembly containing the dictionary files as embedded resource files.
baseResourceNamespace string The namespace to pre-pend to the filename to get the resource name.
Результат System.Collections.Generic

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

public this ( string dictionaryName ) : string[]
dictionaryName string
Результат string[]