3 lines
86 B
C#
3 lines
86 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record CreateEventArgs<TValue>(TValue Value); |