Click or drag to resize
SayAlphaCommand Constructor (String)
Creates a new SayAlphaCommand.

Namespace: AsterNET.FastAGI.Command
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SayAlphaCommand(
	string text
)

Parameters

text
Type: SystemString
the text to say.
See Also