Override ToString on more UIX classes

This commit is contained in:
Yoshi Askharoun
2023-05-26 00:00:51 -05:00
parent ea08399992
commit 2a8f203df5
15 changed files with 41 additions and 34 deletions
+2
View File
@@ -59,5 +59,7 @@ namespace Microsoft.Iris.Audio
sound.Play();
sound.UnregisterUsage(this);
}
public override string ToString() => $"{{Sound {SystemSoundEvent} '{Source}'}}";
}
}