Documentation tags

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hi,

I saw that there is a <value> tag that is used for class' properties. Is there a similar tag for constants too, or should I use <value>?

Thanks
Mike
 
Hi
Try this

#region CONSTANTS(PRIVATE)
///<summary>
/// CONSTANTS(PRIVATE)
///</summary>
#endregion

Ravikanth[MVP]
 

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

Similar Threads

can somebody explain this 6
Why do I not need a closing tag 2
ToString and FromString 10
LINQ 3
Do control tags get GC'd? 1
Help: The as operator must be used with a reference type ?? 6
List conversion 2
List 2

Back
Top