Example #1
0
 protected void yield(StringBuilder __body__) {
   yield(child, __body__);
 }
Example #2
0
 protected void yield() {
   yield(child);
 }