Click or drag to resize
WordsController Constructor (DictionaryString, String)
Constructor to load dictonaries from Dictionary of strings.

Namespace: PassphraseGen
Assembly: PassphraseGen (in PassphraseGen.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public WordsController(
	Dictionary<string, string> dictionaries
)

Parameters

dictionaries
Type: System.Collections.GenericDictionaryString, String
Dictionary of loaded files as strings.
See Also