C# 클래스 PurplePen.PunchcardFormat

상속: ICloneable
파일 보기 프로젝트 열기: petergolde/PurplePen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
boxesAcross int
boxesDown int
leftToRight bool
topToBottom bool

공개 메소드들

메소드 설명
Clone ( ) : object
Equals ( object obj ) : bool
GetHashCode ( ) : int
PunchcardFormat ( ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

PunchcardFormat() 공개 메소드

public PunchcardFormat ( ) : System
리턴 System

프로퍼티 상세

boxesAcross 공개적으로 프로퍼티

public int boxesAcross
리턴 int

boxesDown 공개적으로 프로퍼티

public int boxesDown
리턴 int

leftToRight 공개적으로 프로퍼티

public bool leftToRight
리턴 bool

topToBottom 공개적으로 프로퍼티

public bool topToBottom
리턴 bool