示例#1
0
 public T AddAttribute(CodeAttribute attrib)
 {
     _attributes.Add(attrib);
     return(_me);
 }