C# 클래스 StreamClone, extensions

Clones a stream into an in-memory stream.
파일 보기 프로젝트 열기: netfx/extensions

공개 메소드들

메소드 설명
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