T
Tony Johansson
Hello!
I have one simple question about attribute.
According to the documentation will GetCustomAttributes return all the
custom attributes for this assembly
public virtual Object[] GetCustomAttributes (bool inherit)
I just wonder if I have attribute on classes or on method will these be
included and returned when using
this GetCustomAttributes
//Tony
I have one simple question about attribute.
According to the documentation will GetCustomAttributes return all the
custom attributes for this assembly
public virtual Object[] GetCustomAttributes (bool inherit)
I just wonder if I have attribute on classes or on method will these be
included and returned when using
this GetCustomAttributes
//Tony