Fix more edge cases
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public class AggerateAttribute(Type type, object key,
|
||||
AggerateMode mode = AggerateMode.Reset) : NotificationAttribute(type, key)
|
||||
{
|
||||
public AggerateMode Mode => mode;
|
||||
}
|
||||
public class AggerateAttribute(Type type, object key) : NotificationAttribute(type, key);
|
||||
Reference in New Issue
Block a user