4 lines
98 B
C#
4 lines
98 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record InsertEventArgs<TValue>(int Index, TValue Value);
|