Esempio n. 1
0
 public static TAttribute GetAttribute <TAttribute>(this Type type) where TAttribute : Attribute
 {
     return(DDRIT.GetAttribute <TAttribute>(type));
 }