예제 #1
0
 public void AddAttr(string name, string value)
 {
     AttrList.Add(new AttributeEntity {
         AttrName = name, AttrValue = value
     });
 }
예제 #2
0
 public void AddAttr(AttributeEntity arg)
 {
     AttrList.Add(arg);
 }