Click or drag to resize
WordsControllerbuildWord Method
Build word by params

Namespace: PassphraseGen
Assembly: PassphraseGen (in PassphraseGen.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public BuildObj buildWord(
	string type,
	string spec,
	int index
)

Parameters

type
Type: SystemString
word class
spec
Type: SystemString
type of word
index
Type: SystemInt32
index of word from dictionary

Return Value

Type: BuildObj
Returns selected word.
See Also