Fixed perf issues
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public record ActivationEventArgs<TSynchronize, TValue>(TValue? Value = default) :
|
||||
IActivation;
|
||||
|
||||
public record ActivationEventArgs<TSynchronize>() :
|
||||
IActivation;
|
||||
Reference in New Issue
Block a user