C# Класс StreamClone, extensions

Clones a stream into an in-memory stream.
Показать файл Открыть проект

Открытые методы

Метод Описание
Clone ( this stream ) : MemoryStream

Clones a stream into an in-memory stream.

Описание методов

Clone() публичный статический Метод

Clones a stream into an in-memory stream.
public static Clone ( this stream ) : MemoryStream
stream this The object this extension method applies to.
Результат MemoryStream