C# Class Parrot.Nodes.RawOutput

Inheritance: Statement
Afficher le fichier Open project: ParrotFx/Parrot

Méthodes publiques

Méthode Description
RawOutput ( string variableName ) : System.ComponentModel
RawOutput ( string variableName, StatementTail tail ) : System.ComponentModel

Method Details

RawOutput() public méthode

public RawOutput ( string variableName ) : System.ComponentModel
variableName string
Résultat System.ComponentModel

RawOutput() public méthode

public RawOutput ( string variableName, StatementTail tail ) : System.ComponentModel
variableName string
tail StatementTail
Résultat System.ComponentModel