C# 클래스 FreakySources.Code.CompressedByte

파일 보기 프로젝트 열기: KvanTTT/Freaky-Sources 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Length int
Value int

공개 메소드들

메소드 설명
CompressedByte ( ) : System
CompressedByte ( CompressedByte CompressByte ) : System
ToString ( ) : string

메소드 상세

CompressedByte() 공개 메소드

public CompressedByte ( ) : System
리턴 System

CompressedByte() 공개 메소드

public CompressedByte ( CompressedByte CompressByte ) : System
CompressByte CompressedByte
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Length 공개적으로 프로퍼티

public int Length
리턴 int

Value 공개적으로 프로퍼티

public int Value
리턴 int