Fixed more edge cases
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public record Modified
|
||||
{
|
||||
public static ModifiedEventArgs<TValue> As<TValue>(TValue oldValue, TValue newValue) =>
|
||||
new(oldValue, newValue);
|
||||
}
|
||||
Reference in New Issue
Block a user