Exemplo n.º 1
0
 public IEnumerable <T> FindAttributes <T>()
     where T : class => OwnerType.FindAttributes <T>().Concat(Method.FindAttributes <T>());