Improved json support

This commit is contained in:
TheXamlGuy
2024-07-15 21:14:30 +01:00
parent 5fa9d5e51c
commit fd840895c2
3 changed files with 2 additions and 4 deletions
-1
View File
@@ -138,7 +138,6 @@ public partial class Observable<TValue> :
public partial class Observable<TKey, TValue> :
Observable
where TKey : notnull
where TValue : notnull
{
[ObservableProperty]
private TKey key;