Codemaid
This commit is contained in:
@@ -4,4 +4,4 @@ public record Modified
|
||||
{
|
||||
public static ModifiedEventArgs<TValue> As<TValue>(TValue oldValue, TValue newValue) =>
|
||||
new(oldValue, newValue);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user