Namespaces in .NET C# & Operatoren

Verwenden von Namespaces (C#-Programmierhandbuch) http://msdn2.microsoft.com/de-de/library/dfb3cx8s(VS.80).aspx

Operator :: (C#-Referenz) http://msdn2.microsoft.com/de-de/library/htccxtad(VS.80).aspx

Gewusst wie: Verwenden des Namespacealiasqualifizierers (C#-Programmierhandbuch) http://msdn2.microsoft.com/de-de/library/c3ay4x3d(VS.80).aspx

Modifiers – Modifizierer

Aus akutellem Anlass, weil ich es immer wieder so ziemlich vergesse (und zu wenig brauche)

MSDN Referenz …

Codeproject Tutorial …

Modifier Purpose Access Modifiers

public private internal protected Specify the declared accessibility of types and type members. abstract Indicates that a class is intended only to be a base class of other classes. const [Weiter lesen...]