Exemple #1
0
 public StatementExit(LuryObject returnValue, StatementExitReason reason)
 {
     this.ReturnValue = returnValue;
     this.ExitReason  = reason;
 }
Exemple #2
0
Fichier : IR.cs Projet : nokok/lury
 public StatementExit(LuryObject returnValue, StatementExitReason reason)
 {
     this.ReturnValue = returnValue;
     this.ExitReason = reason;
 }