WriteTitle Method

SimpleEssentials

ConsoleEx..::..WriteTitle Method

Namespace:  SimpleEssentials.Extensions
Assembly:  SimpleEssentials (in SimpleEssentials.dll)

Syntax


public static void WriteTitle(
	string text,
	int tileCount,
	ConsoleColor color
)
Public Shared Sub WriteTitle ( _
	text As String, _
	tileCount As Integer, _
	color As ConsoleColor _
)
public:
static void WriteTitle(
	String^ text, 
	int^ tileCount, 
	ConsoleColor^ color
)

Parameters

text
Type: String
tileCount
Type: Int32
color
Type: ConsoleColor