Comments in C#



There is an explanation functionality for the person who wrote the code or will use it later. The system does not see them as transactions.

using System.IO;
using System;

class Program {

  static void Main() {

    // This is a Single Line Comment
    /* This is a
      Multi Line Comment */

  }
}

Comments

Popular posts from this blog

Kotlin Math Operations and Functions Overview

Kotlin Strings: Features and Operations Guide

Kotlin Android Program (QCR) Application Codes That Read Text in Photos