This commit is contained in:
Dan Clark
2024-11-22 18:52:25 +00:00
parent 8a2497be82
commit e809c22cb7
15 changed files with 145 additions and 31 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ public record Update
public static UpdateEventArgs<TValue> As<TValue>() where TValue : new() =>
new(new TValue());
}
}