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