Ejemplo n.º 1
0
 public IEnumerable <Attribute> GetAttributes()
 {
     return(AttributeProvider.GetCustomAttributes(true).Cast <Attribute>());
 }