Get the Description Attributes At Class Level
Posted
by Ngu Soon Hui
on Stack Overflow
See other posts from Stack Overflow
or by Ngu Soon Hui
Published on 2010-05-19T08:12:17Z
Indexed on
2010/05/19
8:20 UTC
Read the original article
Hit count: 153
c#
|attributes
I have such a class
[Description("This is a wahala class")]
public class Wahala
{
}
Is there anyway to get the content of the Description
attribute for the Wahala
class?
© Stack Overflow or respective owner