C# Class SimpleC.Types.AstNodes.ParameterDeclarationNode

Afficher le fichier Open project: nrother/simple-c Class Usage Examples

Méthodes publiques

Méthode Description
ParameterDeclarationNode ( VariableType type, string name ) : System

Method Details

ParameterDeclarationNode() public méthode

public ParameterDeclarationNode ( VariableType type, string name ) : System
type VariableType
name string
Résultat System