C# 클래스 FileExtentions, MetroPass

파일 보기 프로젝트 열기: TheAngryByrd/MetroPass 1 사용 예제들

공개 메소드들

메소드 설명
ReadBytes ( this source, byte bytesToRead ) : int
ToArray ( this input ) : byte[]

메소드 상세

ReadBytes() 공개 정적인 메소드

public static ReadBytes ( this source, byte bytesToRead ) : int
source this
bytesToRead byte
리턴 int

ToArray() 공개 정적인 메소드

public static ToArray ( this input ) : byte[]
input this
리턴 byte[]