コード例 #1
0
 public static EntityAttribute GetAttribute(this AttributeList list, AttributeTypes type)
 {
     return(list.Where(x => x.Type == type).SingleOrDefault());
 }