Metainformationen zur Seite
  •  
Übersetzungen dieser Seite:

Dies ist eine alte Version des Dokuments!


Class Access Modifiers

Access ModifierDescription
privateMember is accessible inside the type only. This is the default.
internalMember is accessible inside the type and any type in the same assembly.
protectedMember is accessible inside the type and any type that inherits from the type.
publicMember is accessible every where.
internal, protected
private, protected

Framework Elemente

start:visualstudio2017:programmieren:dotnetvererbungsbaum:diagramframeworkelement.png

Windows Klasse Vererbung Linie (.NET 5.0, 6.0, 7.0)

Assembly PresentationFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35

start:visualstudio2017:programmieren:dotnetvererbungsbaum:diagramwindowsclass.png

Inheritance line of the canvas character element in .NET V 7.0

start:visualstudio2022:programmieren:dotnetvererbungsbaum:diagramcanvasclass.png