WordsControllerbuildWord Method |
Build word by params
Namespace: PassphraseGenAssembly: PassphraseGen (in PassphraseGen.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic BuildObj buildWord(
string type,
string spec,
int index
)
Public Function buildWord (
type As String,
spec As String,
index As Integer
) As BuildObj
public:
BuildObj^ buildWord(
String^ type,
String^ spec,
int index
)
member buildWord :
type : string *
spec : string *
index : int -> BuildObj
Parameters
- type
- Type: SystemString
word class - spec
- Type: SystemString
type of word - index
- Type: SystemInt32
index of word from dictionary
Return Value
Type:
BuildObjReturns selected word.
See Also