Esempio n. 1
0
 public static T GetCustomAttribute <T>(this Module element) where T : Attribute
 {
     return((T)element.GetCustomAttribute(typeof(T)));
 }