Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
SimpleC
Types
AstNodes
ParameterDeclarationNode
C# Class SimpleC.Types.AstNodes.ParameterDeclarationNode
Mostrar archivo
Open project: nrother/simple-c
Class Usage Examples
Public Methods
Method
Description
ParameterDeclarationNode
(
VariableType
type
,
string
name
) :
System
Method Details
ParameterDeclarationNode()
public
method
public
ParameterDeclarationNode
(
VariableType
type
,
string
name
) :
System
type
VariableType
name
string
return
System