Text(Char, Int32) Constructor

Initializes a new instance of the Text class to the value indicated by a specified char repeated a specified number of times.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Text(
	char c,
	int count
)

Parameters

c  Char
a text
count  Int32
The number of times text occurs.

See Also