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

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

Syntax

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

Parameters

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

See Also