Esempio n. 1
0
 public static IEnumerable <string> GetMashupNames(this TpFeature feature)
 {
     return(feature.GetAttributes <MashupAttribute>().Select(x => x.MashupName));
 }