WIP
This commit is contained in:
@@ -5,8 +5,6 @@ public record EnumerateEventArgs<TValue> :
|
||||
{
|
||||
public object? Key { get; init; }
|
||||
|
||||
public EnumerateMode Mode { get; init; }
|
||||
|
||||
public static Enumerate<TValue, TOptions> With<TOptions>(TOptions options) where TOptions : class
|
||||
{
|
||||
return new Enumerate<TValue, TOptions>(options);
|
||||
|
||||
Reference in New Issue
Block a user