|  | IConsoleWriteLine Method (String) | 
            Writes a line of text in the console.
            
 
Namespace: DigitalRune.Game.UI.ConsolesAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
 Syntax
Syntaxvoid WriteLine(
	string text
)
Sub WriteLine ( 
	text As String
)
void WriteLine(
	String^ text
)
abstract WriteLine : 
        text : string -> unit 
Parameters
- text
- Type: SystemString
 The text.
 See Also
See Also