IndentedTextWriterWriteLine(String, Object, Object) - метод
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
public override void WriteLine(
string format,
Object? arg0,
Object? arg1
)
Public Overrides Sub WriteLine (
format As String,
arg0 As Object,
arg1 As Object
)
public:
virtual void WriteLine(
String^ format,
Object^ arg0,
Object^ arg1
) override
abstract WriteLine :
format : string *
arg0 : Object *
arg1 : Object -> unit
override WriteLine :
format : string *
arg0 : Object *
arg1 : Object -> unit
Параметры
- format String
- A composite format string.
- arg0 Object
- The first object to format and write.
- arg1 Object
- The second object to format and write.