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