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.
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public Text(
char c,
int count
)
Public Sub New (
c As Char,
count As Integer
)
new :
c : char *
count : int -> Text
Parameters
- c Char
- a text
- count Int32
- The number of times text occurs.