WordsControllerreturnerConjunction Method |
Return the right form of conjunction.
Namespace: PassphraseGenAssembly: PassphraseGen (in PassphraseGen.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic BuildObj returnerConjunction(
string value,
string multisentence,
string spec
)
Public Function returnerConjunction (
value As String,
multisentence As String,
spec As String
) As BuildObj
public:
BuildObj^ returnerConjunction(
String^ value,
String^ multisentence,
String^ spec
)
member returnerConjunction :
value : string *
multisentence : string *
spec : string -> BuildObj
Parameters
- value
- Type: SystemString
value of normal type - multisentence
- Type: SystemString
value of multisentence type - spec
- Type: SystemString
type of conjunction
Return Value
Type:
BuildObj[Missing <returns> documentation for "M:PassphraseGen.WordsController.returnerConjunction(System.String,System.String,System.String)"]
See Also