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