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