C# Class Mono.Debugger.Frontend.ConsoleTextWriter

Inheritance: DebuggerTextWriter
显示文件 Open project: baulig/debugger

Public Methods

Method Description
Write ( bool is_stderr, string text ) : void

Method Details

Write() public method

public Write ( bool is_stderr, string text ) : void
is_stderr bool
text string
return void