Pavan Ramamurthy
What are the types of comment in C# ? ?
By Pavan Ramamurthy in C# on Aug 21 2013
  • Mukesh Kumar
    Sep, 2017 5

    Three

    • 0
  • Pavan Ramamurthy
    Aug, 2013 21

    1.Single line
    Eg:
    [csharp]   //This is a Single line comment[/csharp]
    2. Multiple line (/* */)
    Eg:
    [csharp] /*This is a multiple line comment
    We are in line 2
    Last line of comment*/[/csharp]
    3.XML Comments (///)
    Eg:
    [csharp]/// summary;
    ///  Set error message for multilingual language.
    /// summary[/csharp]

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS