Метод | Описание | |
---|---|---|
WriteLine ( object o ) : void |
Writes a string or something to System.Debug, and fires an optional OtherOutput event for use in the node
|
|
WriteLine ( string format ) : void |
Writes a formatted something to System.Debug, and fires an optional OtherOutput event for use in the node
|
Метод | Описание | |
---|---|---|
_writeline ( object o ) : void |
public static WriteLine ( object o ) : void | ||
o | object | A string or something to print |
Результат | void |
public static WriteLine ( string format ) : void | ||
format | string | Format string |
Результат | void |