easy .just type description of your namespace or class or void between <summary> and </summary>Originally posted by janis
Ok, how to do this in C#?
regards
VB Code:
namespace NameFormats { ///<summary> ///this name space contains one void that prints first , middle , ///last names in differentformats ///</summary> class PrintNames { ///<summary> ///this void takes first , middle , last names ///inputfrom the user and ///print them in variant orders ///</summary> . . . } //end void }// end class }





Reply With Quote