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