C# Class Shiloh.DataGeneration.DictionaryList

Afficher le fichier Open project: ChrisEdwards/Fluency

Méthodes publiques

Méthode Description
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[]

Method Details

DictionaryList() public méthode

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.
Résultat System.Collections.Generic

DictionaryList() public méthode

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.
Résultat System.Collections.Generic

this() public méthode

public this ( string dictionaryName ) : string[]
dictionaryName string
Résultat string[]