示例#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);
 }