Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PurplePen
PunchcardFormat
C# Class PurplePen.PunchcardFormat
Inheritance:
ICloneable
显示文件
Open project: petergolde/PurplePen
Class Usage Examples
Public Properties
Property
Type
Description
boxesAcross
int
boxesDown
int
leftToRight
bool
topToBottom
bool
Public Methods
Method
Description
Clone
( ) :
object
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
PunchcardFormat
( ) :
System
Method Details
Clone()
public
method
public
Clone
( ) :
object
return
object
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
PunchcardFormat()
public
method
public
PunchcardFormat
( ) :
System
return
System
Property Details
boxesAcross
public_oe property
public
int
boxesAcross
return
int
boxesDown
public_oe property
public
int
boxesDown
return
int
leftToRight
public_oe property
public
bool
leftToRight
return
bool
topToBottom
public_oe property
public
bool
topToBottom
return
bool