Echt war: Der folgende Code ist gültiges C#.

private double Qualität()
{
   return 1.0;
}

private int Übersicht()
{
  
return 2;
}