4 lines
105 B
C#
4 lines
105 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record Insert<TValue>(int Index, TValue Value) : INotification;
|