Some refactoring
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
public record Synchronize
|
||||
{
|
||||
public static SynchronizeEventArgs<TValue, TOptions> As<TValue, TOptions>(TOptions options)
|
||||
where TOptions : class => new(options);
|
||||
public static SynchronizeEventArgs<TValue, TOptions> As<TValue, TOptions>(TOptions options) => new(options);
|
||||
|
||||
public static SynchronizeEventArgs<TValue> As<TValue>() =>
|
||||
new();
|
||||
|
||||
Reference in New Issue
Block a user