Example #1
0
 public static T GetAtr <T>([NotNull] this ICustomAttributeProvider target)
     where T : Attribute
 {
     return((T)target.Atr <T>());
 }