Ejemplo n.º 1
0
 public bool HasAttribute <TAttribute>() where TAttribute : Attribute
 {
     return(AttributeProvider.HasAttribute <TAttribute>());
 }