[This is preliminary documentation and is subject to change.]

Says the specified color.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void Say(
	ushort color,
	string format,
	params Object[] args
)
Public Shared Sub Say ( _
	color As UShort, _
	format As String, _
	ParamArray args As Object() _
)
public:
static void Say(
	unsigned short color, 
	String^ format, 
	... array<Object^>^ args
)

Parameters

color
UInt16
The color.
format
String
The format.
args
array< Object >[]()[]
The args.

See Also