Konstanten

Symbolische Konstanten (siehe Kapitel 6) können nicht nur lokal in Methoden, sondern auch als Member einer Klasse deklariert werden.

class Demo
{
    const int Max = 10;
    // ...
}

Die Konstante muss noch während der Definition mit einem konstanten Ausdruck initialisiert werden.

Get Microsoft Visual C# 2010 - Das Entwicklerbuch now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.