Beispiel #1
0
 public TestBuilder f([email protected] f)
 {
     instance.f = f;
     return(this);
 }
Beispiel #2
0
 /// <returns> a new annotation.Test instance with the argument field values </returns>
 public annotation.Test make([email protected] f)
 {
     annotation.Test rval = new annotation.Test(-1, f);
     add(rval);
     return(rval);
 }