IndentedTextWriterWriteLine(String, Object, Object) - метод
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
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.