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
ABT
Utils.StoreEntry
C# Class ABT.Utils.StoreEntry
Exibir arquivo
Open project: phisiart/C-Compiler
Public Properties
Property
Type
Description
name
String
offset
System.Int32
type
ExprType
Public Methods
Method
Description
StoreEntry
(
String
name
,
ExprType
type
,
Int32
offset
) :
System
Method Details
StoreEntry()
public
method
public
StoreEntry
(
String
name
,
ExprType
type
,
Int32
offset
) :
System
name
String
type
ExprType
offset
System.Int32
return
System
Property Details
name
public_oe property
public
String
name
return
String
offset
public_oe property
public
Int32,System
offset
return
System.Int32
type
public_oe property
public
ExprType,ABT
type
return
ExprType