Exemplo n.º 1
0
 public T FindAttribute <T>() where T : class => Method.FindAttribute <T>() ?? OwnerType.FindAttribute <T>();