WordsController Constructor (String) |
Constructor to load dictionaries by path.
Namespace: PassphraseGenAssembly: PassphraseGen (in PassphraseGen.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic WordsController(
string route
)
Public Sub New (
route As String
)
public:
WordsController(
String^ route
)
new :
route : string -> WordsController
Parameters
- route
- Type: SystemString
Path to dictionaries as string.
See Also