class attribute list

  • Thread starter Thread starter refl
  • Start date Start date
R

refl

hi all:
where can I find a list of all named attributes available for c# classes.
need to find all the attribute's name list.
thanks
 
hi all:
where can I find a list of all named attributes available for c# classes.
need to find all the attribute's name list.
thanks

Out of curiosity, why you need to know that?
 
refl said:
where can I find a list of all named attributes available for c# classes.
need to find all the attribute's name list.

There are no list.

Anyone can write their own.

You can find all supplied standard by .NET framework by
following Larry's link.

Arne
 
thanks Arne and all of you.

Arne Vajhøj said:
There are no list.

Anyone can write their own.

You can find all supplied standard by .NET framework by
following Larry's link.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top