Codemaid
This commit is contained in:
+1
-1
@@ -7,4 +7,4 @@ public record Closed
|
||||
public static ChangedEventArgs<TValue> As<TValue>(TValue value) => new(value);
|
||||
|
||||
public static ChangedEventArgs<TValue> As<TValue>() where TValue : new() => new(new TValue());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user