3 lines
102 B
C#
3 lines
102 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record Enumerate<TValue>(object? Key = null) : INotification; |