C# Class SimpleC.Types.AstNodes.ParameterDeclarationNode

Exibir arquivo 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