Einblicke in ein C#-ProgrammInside a C# program
In diesem Abschnitt wird die allgemeine Struktur eines C#-Programms erläutert, einschließlich des herkömmlichen Programms „Hello, World!“The section discusses the general structure of a C# program, and includes the standard "Hello, World!" Beispiel.example.
In diesem AbschnittIn this section
Hello World – Ihr erstes ProgrammHello World -- Your First Program
Allgemeine Struktur eines C#-ProgrammsGeneral Structure of a C# Program
Verwandte AbschnitteRelated sections
C#-SprachspezifikationC# language specification
Weitere Informationen erhalten Sie unter C#-Sprachspezifikation.For more information, see the C# Language Specification. Die Sprachspezifikation ist die verbindliche Quelle für die Syntax und Verwendung von C#.The language specification is the definitive source for C# syntax and usage.