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