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