Click or drag to resize
DictionaryController Constructor (DictionaryString, String)
Constructor, loads dictionaries from strings.

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

Parameters

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