Esempio n. 1
0
 public FormalParameter(Type TypeOfFP, VariableDeclaratorId NameOfFP)
 {
     this.NameOfFP = NameOfFP; this.TypeOfFP = TypeOfFP;
 }
Esempio n. 2
0
 public LocalVariableDeclaration(Type TypeOfLVD, VariableDeclaratorId NameOfLVD)
 {
     this.TypeOfLVD = TypeOfLVD; this.NameOfLVD = NameOfLVD;
 }