IndentedTextWriterWriteLine(String, Object, Object, Object) - метод
Writes out a formatted string and a new line to the text stream, using the same semantics as
Format(String, Object).
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public override void WriteLine(
string format,
Object? arg0,
Object? arg1,
Object? arg2
)
Public Overrides Sub WriteLine (
format As String,
arg0 As Object,
arg1 As Object,
arg2 As Object
)
public:
virtual void WriteLine(
String^ format,
Object^ arg0,
Object^ arg1,
Object^ arg2
) override
abstract WriteLine :
format : string *
arg0 : Object *
arg1 : Object *
arg2 : Object -> unit
override WriteLine :
format : string *
arg0 : Object *
arg1 : Object *
arg2 : 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.
- arg2 Object
- The third object to format and write.