DictionaryController Constructor (String) |
Constructor, loads dictionaries from specified folder.
Namespace: PassphraseGenAssembly: PassphraseGen (in PassphraseGen.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DictionaryController(
string route
)
Public Sub New (
route As String
)
public:
DictionaryController(
String^ route
)
new :
route : string -> DictionaryController
Parameters
- route
- Type: SystemString
Path to dictionaries as string.
See Also