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