C# 클래스 Cats.TemplateServer.Dto.StreamExtensions

파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
CopyTo ( this input, Stream output ) : void

Copies data from one stream to another.

메소드 상세

CopyTo() 공개 정적인 메소드

Copies data from one stream to another.
public static CopyTo ( this input, Stream output ) : void
input this The input stream
output System.IO.Stream The output stream
리턴 void