User Tools

Site Tools


c_sharp_syntax

C# Syntax

C# syntax is inspired by C Language and C++ syntax. In this section, we describe C#’s elements of syntax, using the following program:

using System; int x = 12 * 30; Console.WriteLine (x);

(Fair Use B08SYWWDTX)

c_sharp_syntax.txt · Last modified: 2021/02/15 13:13 by 127.0.0.1