Esempio n. 1
0
 public ListItem ShowDone(IEnumerable <Attr> x)
 {
     holes.Add(TemplateHole.NewAttribute("showdone", Attr.Concat(x))); return(this);
 }
Esempio n. 2
0
 public ListItem ShowDone(params Attr[] x)
 {
     holes.Add(TemplateHole.NewAttribute("showdone", Attr.Concat(x))); return(this);
 }
Esempio n. 3
0
 public ListItem ShowDone(Attr x)
 {
     holes.Add(TemplateHole.NewAttribute("showdone", x)); return(this);
 }