Ejemplo n.º 1
0
 static public Attribute FindCustomAttribute(this ICustomAttributeProvider item, bool inherit, Predicate <Attribute> predicate)
 {
     return(item.GetAllCustomAttributes(inherit).FindFirst(predicate));
 }