| WordsControllerreturner Method | 
            Returns the right form of word. 
            
 
Namespace: PassphraseGenAssembly: PassphraseGen (in PassphraseGen.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic BuildObj returner(
	string value,
	string sing,
	string plur,
	string multisentence,
	string spec
)
Public Function returner ( 
	value As String,
	sing As String,
	plur As String,
	multisentence As String,
	spec As String
) As BuildObj
public:
BuildObj^ returner(
	String^ value, 
	String^ sing, 
	String^ plur, 
	String^ multisentence, 
	String^ spec
)
member returner : 
        value : string * 
        sing : string * 
        plur : string * 
        multisentence : string * 
        spec : string -> BuildObj 
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
See Also