示例#1
0
 public IEnumerable <string> ATTRIBUTESIN(params string[] atts) =>
 AttributesData.Select(a => a.NAME).Where(a => atts.Contains(a));