I have such a class
[Description(\"This is a wahala class\")] public class Wahala { }
Is there anyway to get the content of the Descript
Descript
Use reflection and Attribute.GetCustomAttributes
http://msdn.microsoft.com/en-us/library/bfwhbey7.aspx