Aktuelle Änderungen Printable View Änderungen Bearbeiten
Heap > StandardTemplateLibrary > DebuggingPythonWithEmacs > TailRecursionElimination > Recursion > ExtensibleMarkupLanguage > PythonWindowsProgramming > InterestingPythonModules > AgileSoftwareEngineering > ObjectObsessedProgramming > ObjectOrientedProgramming > AspectOrientedProgramming > ReflectionAndIntrospection > LetzteInformatikPruefungen > CurrentTrendsInProgramming > RapidApplicationDevelopment > DotNetFrameworkClassBrowserClear Trailthe .NET Framework class library is language-independent
In the FCL, all basic primitive types, such as an integer or boolean, are value types (including enumerations). Most other classes are generally reference types, including System.String. When programming, creating a struct in C# or a record in Delphi allows you to create a value type, while creating a class allows you to make a reference type.