C# Class Shiloh.DataGeneration.DictionaryList

Exibir arquivo Open project: ChrisEdwards/Fluency

Public Methods

Method 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 method

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.
return System.Collections.Generic

DictionaryList() public method

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.
return System.Collections.Generic

this() public method

public this ( string dictionaryName ) : string[]
dictionaryName string
return string[]