4 lines
91 B
C#
4 lines
91 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record ValidationEventArgs<TValue>(TValue Value);
|