Click or drag to resize
WordsControllerreturner Method
Returns the right form of word.

Namespace: PassphraseGen
Assembly: PassphraseGen (in PassphraseGen.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public BuildObj returner(
	string value,
	string sing,
	string plur,
	string multisentence,
	string spec
)

Parameters

value
Type: SystemString
value
sing
Type: SystemString
singular
plur
Type: SystemString
plural
multisentence
Type: SystemString
multisentence
spec
Type: SystemString
form of word

Return Value

Type: BuildObj

[Missing <returns> documentation for "M:PassphraseGen.WordsController.returner(System.String,System.String,System.String,System.String,System.String)"]

See Also