Add foundation
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public record Replace<TValue>(int Index, TValue Value, object? Target = null) :
|
||||
INotification;
|
||||
|
||||
Reference in New Issue
Block a user