Для изменения размера нажмите или перетащите

ProxyStreamWrite(ReadOnlySpanByte) - метод

When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.

Пространство имён:  Tessa.Platform.IO
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public override void Write(
	ReadOnlySpan<byte> buffer
)

Параметры

buffer
Тип: ReadOnlySpanByte
A region of memory. This method copies the contents of this region to the current stream.
См. также