Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
PEAPI
IntConst
C# Class PEAPI.IntConst
Inheritance:
DataConstant
Exibir arquivo
Open project: kumpera/mono
Public Methods
Method
Description
IntConst
(
int
val
) :
System
IntConst
(
long
val
) :
System
IntConst
(
sbyte
val
) :
System
IntConst
(
short
val
) :
System
Private Methods
Method
Description
GetBlobIndex
(
MetaData
md
) :
uint
Write
(
BinaryWriter
bw
) :
void
Method Details
IntConst()
public
method
public
IntConst
(
int
val
) :
System
val
int
return
System
IntConst()
public
method
public
IntConst
(
long
val
) :
System
val
long
return
System
IntConst()
public
method
public
IntConst
(
sbyte
val
) :
System
val
sbyte
return
System
IntConst()
public
method
public
IntConst
(
short
val
) :
System
val
short
return
System