Text(Text, Int32) Constructor
Initializes a new instance of the Text class to the value indicated by a specified text repeated a specified number of times.
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public Text(
Text text,
int count
)
Public Sub New (
text As Text,
count As Integer
)
new :
text : Text *
count : int -> Text
Parameters
- text Text
- a text
- count Int32
- The number of times text occurs.