You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public Renameinfos(string value1, string value2, string value3)
{
this.value1 = value1;
this.value2 = value2;
this.value3 = value3;
}
public override string ToString()
{
return $"Value1: {value1}, Value2: {value2}"; // oder return $"Value1: {value1}, Value2: {value2}, Value3: {value3}"; wenn Sie alle Werte anzeigen möchten