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